UNPKG

@mardillu/us-cities-utils

Version:

A lightweight TypeScript utility library to work with US cities and ZIP codes — perfect for filters, maps, address lookups, and geolocation logic.

5 lines (4 loc) 139 B
import cityList from './us_cities.json'; import { UsState } from "./types"; declare const states: UsState[]; export { cityList, states, };