Gets the main country for a country calling code. For country codes shared by multiple regions (e.g., +1 for US/CA), returns the primary region.
The country calling code
The main region code or undefined if unknown
await getMainCountryForCode(1) // "US"await getMainCountryForCode(44) // "GB"await getMainCountryForCode(49) // "DE" Copy
await getMainCountryForCode(1) // "US"await getMainCountryForCode(44) // "GB"await getMainCountryForCode(49) // "DE"
Gets the main country for a country calling code. For country codes shared by multiple regions (e.g., +1 for US/CA), returns the primary region.