UNPKG

country-to-iso

Version:

Convert inconsistent country names and codes into ISO 3166-1 alpha-2.

3 lines (2 loc) 140 B
export declare const countryToAlpha2: (str: string) => string | null; export declare const countryToAlpha3: (str: string) => string | null;