UNPKG

country-state-city-js

Version:

A fast & light weight JS library to get countries geographical information including states, cities, iso codes, etc.

7 lines 436 B
import { populateType, countryType } from "./types"; export declare const PATH: string; export declare const PATH_LITE: string; export declare const countryDir: Array<string>; export declare function populateStatesCities(country: any, populate?: populateType, type?: 'lite'): void; export declare function populateCities(countryCode: countryType, state: any, populate?: boolean, type?: 'lite'): void; //# sourceMappingURL=utils.d.ts.map