Gets all region codes that share a country calling code.
The country calling code (e.g., 1, 44)
Array of region codes or undefined if unknown
await getRegionsForCode(1) // ["US", "CA", "PR", ...]await getRegionsForCode(44) // ["GB", "GG", "IM", "JE"]await getRegionsForCode(49) // ["DE"] Copy
await getRegionsForCode(1) // ["US", "CA", "PR", ...]await getRegionsForCode(44) // ["GB", "GG", "IM", "JE"]await getRegionsForCode(49) // ["DE"]
Gets all region codes that share a country calling code.