UNPKG

typed-usa-states

Version:

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

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