UNPKG

zipcodes-us

Version:

Fast, lightweight US ZIP code lookup library providing city, state, county, and geographic coordinates with TypeScript support - works in both browser and Node.js

5 lines (3 loc) 115 B
import { ZipCodeInfo } from '../src/types.js' declare const zipCodeData: ZipCodeInfo[] export default zipCodeData