UNPKG

typed-usa-states

Version:

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

3 lines (2 loc) 82 B
import { IUSACity } from './typings'; export declare const usaCities: IUSACity[];