UNPKG

us-zips

Version:

A list of US ZIP codes and their geolocations

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