UNPKG

us-zips

Version:

A list of US ZIP codes and their geolocations

7 lines (4 loc) 170 B
import {Geolocation, ZIPCode} from "."; export type ZIPCodeList = Record<ZIPCode, Geolocation>; declare const defaultExport: ZIPCodeList; export default defaultExport;