UNPKG

country-state-city-slim

Version:

Library for fetching Country, its States and Cities (without Cities...)

3 lines (2 loc) 136 B
export declare const findEntryByCode: (source: any, code: string) => any; export declare const compare: (a: any, b: any) => 1 | 0 | -1;