ts-phonenumber - v2.0.0
    Preparing search index...

    Interface MetadataBundle

    Metadata bundle containing multiple regions.

    interface MetadataBundle {
        countryCodeToRegions: Record<number, string[]>;
        regions: Record<string, RegionMetadata>;
    }
    Index

    Properties

    countryCodeToRegions: Record<number, string[]>

    Map of country calling code to region codes

    regions: Record<string, RegionMetadata>

    Map of region code to metadata