countryByISO2
function countryByISO2(iso2): | Country | undefined;Look up a country by ISO 3166-1 alpha-2 code, case-insensitively.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
iso2 | string |
Returns
Section titled “Returns”| Country
| undefined