UNPKG

country-codes-kit

Version:

simple package to retrieve country calling codes, iso codes and currency symbols

13 lines (12 loc) 286 B
export declare const CURRENCY_CODE: { [key: string]: string; }; export declare const COUNTRY_ISO_CODE_2: { [key: string]: string; }; export declare const COUNTRY_ISO_CODE_3: { [key: string]: string; }; export declare const ISO2_PHONE_CODE: { [key: string]: string[]; };