UNPKG

usa-states

Version:

Helper library for getting all of the states and territories of the United States in the specific format that you need.

5 lines (3 loc) 100 B
const usStates = require('../index.js'); let states = usStates; console.log('the states', states);