UNPKG

country-state-list

Version:
4 lines (3 loc) 245 B
export declare const findEntryByCode: (source: any, code: string) => any; export declare const findStateByCodeAndCountryCode: (source: any, code: string, countryCode: string) => any; export declare const compare: (a: any, b: any) => 1 | 0 | -1;