UNPKG

iso3166-alpha-converter

Version:

Convert between alpha2 ('us') and alpha3 ('USA') ISO 3166 country codes

10 lines (9 loc) 184 B
declare const _default: { alpha2to3: { [code: string]: string | undefined; }; alpha3to2: { [code: string]: string | undefined; }; }; export = _default;