Rxova
Skip to content

countryByISO2

function countryByISO2(iso2):
| Country
| undefined;

Look up a country by ISO 3166-1 alpha-2 code, case-insensitively.

ParameterType
iso2string

| Country | undefined