Gets the country calling code for a region.
ISO 3166-1 alpha-2 region code (e.g., "DE", "US")
The country calling code (e.g., 49, 1) or undefined if unknown
await getCountryCodeForRegion("DE") // 49await getCountryCodeForRegion("US") // 1await getCountryCodeForRegion("GB") // 44 Copy
await getCountryCodeForRegion("DE") // 49await getCountryCodeForRegion("US") // 1await getCountryCodeForRegion("GB") // 44
Gets the country calling code for a region.