UNPKG

typed-usa-states

Version:

An array of geographical data for all USA states with full TypeScript support

3 lines (2 loc) 84 B
import { IUSAState } from './typings'; export declare const usaStates: IUSAState[];