UNPKG

zip-state

Version:

Lightweight mapping of USPS ZIP Codes to their assigned region.

3 lines (2 loc) 81 B
declare function zipState (zip: string): string | null; export default zipState;