state-counties-us
v1.0.4
Published
```javascript import scus from "state-counties-us"; const states = scus.getStates(); // All US State Abbreviations const miCounties = scus.getCountiesByState("MI"); // All MI Counties ```
Downloads
1,240
Readme
import scus from "state-counties-us";
const states = scus.getStates(); // All US State Abbreviations
const miCounties = scus.getCountiesByState("MI"); // All MI Counties