UNPKG

country-to-iso

Version:

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

3 lines (2 loc) 114 B
export declare const normalize: (str: string) => string; export declare const removeSpaces: (str: any) => string;