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