state-counties-us
js
```javascript import scus from "state-counties-us"; const states = scus.getStates(); // All US State Abbreviations const miCounties = scus.getCountiesByState("MI"); // All MI Counties ```
Version 1.0.4 License ISC
INSTALL
```javascript import scus from "state-counties-us"; const states = scus.getStates(); // All US State Abbreviations const miCounties = scus.getCountiesByState("MI"); // All MI Counties ```