UNPKG

countries-state-list

Version:

countries-state-list ============================== Basic library for Country, State

4 lines (3 loc) 248 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) => 0 | 1 | -1;