typescript-libraries
Version:
To install this library, run:
166 lines (165 loc) • 4.13 kB
TypeScript
export declare class TSMobilePhones {
static phones: {
'am-AM': RegExp;
'ar-AE': RegExp;
'ar-BH': RegExp;
'ar-DZ': RegExp;
'ar-LB': RegExp;
'ar-EG': RegExp;
'ar-IQ': RegExp;
'ar-JO': RegExp;
'ar-KW': RegExp;
'ar-LY': RegExp;
'ar-MA': RegExp;
'ar-OM': RegExp;
'ar-PS': RegExp;
'ar-SA': RegExp;
'ar-SY': RegExp;
'ar-TN': RegExp;
'az-AZ': RegExp;
'bs-BA': RegExp;
'be-BY': RegExp;
'bg-BG': RegExp;
'bn-BD': RegExp;
'ca-AD': RegExp;
'cs-CZ': RegExp;
'da-DK': RegExp;
'de-DE': RegExp;
'de-AT': RegExp;
'de-CH': RegExp;
'de-LU': RegExp;
'dv-MV': RegExp;
'el-GR': RegExp;
'el-CY': RegExp;
'en-AI': RegExp;
'en-AU': RegExp;
'en-AG': RegExp;
'en-BM': RegExp;
'en-BS': RegExp;
'en-GB': RegExp;
'en-GG': RegExp;
'en-GH': RegExp;
'en-GY': RegExp;
'en-HK': RegExp;
'en-MO': RegExp;
'en-IE': RegExp;
'en-IN': RegExp;
'en-JM': RegExp;
'en-KE': RegExp;
'en-SS': RegExp;
'en-KI': RegExp;
'en-KN': RegExp;
'en-LS': RegExp;
'en-MT': RegExp;
'en-MU': RegExp;
'en-NA': RegExp;
'en-NG': RegExp;
'en-NZ': RegExp;
'en-PG': RegExp;
'en-PK': RegExp;
'en-PH': RegExp;
'en-RW': RegExp;
'en-SG': RegExp;
'en-SL': RegExp;
'en-TZ': RegExp;
'en-UG': RegExp;
'en-US': RegExp;
'en-ZA': RegExp;
'en-ZM': RegExp;
'en-ZW': RegExp;
'en-BW': RegExp;
'es-AR': RegExp;
'es-BO': RegExp;
'es-CO': RegExp;
'es-CL': RegExp;
'es-CR': RegExp;
'es-CU': RegExp;
'es-DO': RegExp;
'es-HN': RegExp;
'es-EC': RegExp;
'es-ES': RegExp;
'es-PE': RegExp;
'es-MX': RegExp;
'es-NI': RegExp;
'es-PA': RegExp;
'es-PY': RegExp;
'es-SV': RegExp;
'es-UY': RegExp;
'es-VE': RegExp;
'et-EE': RegExp;
'fa-IR': RegExp;
'fi-FI': RegExp;
'fj-FJ': RegExp;
'fo-FO': RegExp;
'fr-BF': RegExp;
'fr-BJ': RegExp;
'fr-CD': RegExp;
'fr-CM': RegExp;
'fr-FR': RegExp;
'fr-GF': RegExp;
'fr-GP': RegExp;
'fr-MQ': RegExp;
'fr-PF': RegExp;
'fr-RE': RegExp;
'he-IL': RegExp;
'hu-HU': RegExp;
'id-ID': RegExp;
'ir-IR': RegExp;
'it-IT': RegExp;
'it-SM': RegExp;
'ja-JP': RegExp;
'ka-GE': RegExp;
'kk-KZ': RegExp;
'kl-GL': RegExp;
'ko-KR': RegExp;
'ky-KG': RegExp;
'lt-LT': RegExp;
'lv-LV': RegExp;
'mg-MG': RegExp;
'mn-MN': RegExp;
'my-MM': RegExp;
'ms-MY': RegExp;
'mz-MZ': RegExp;
'nb-NO': RegExp;
'ne-NP': RegExp;
'nl-BE': RegExp;
'nl-NL': RegExp;
'nl-AW': RegExp;
'nn-NO': RegExp;
'pl-PL': RegExp;
'pt-BR': RegExp;
'pt-PT': RegExp;
'pt-AO': RegExp;
'ro-MD': RegExp;
'ro-RO': RegExp;
'ru-RU': RegExp;
'si-LK': RegExp;
'sl-SI': RegExp;
'sk-SK': RegExp;
'sq-AL': RegExp;
'sr-RS': RegExp;
'sv-SE': RegExp;
'tg-TJ': RegExp;
'th-TH': RegExp;
'tr-TR': RegExp;
'tk-TM': RegExp;
'uk-UA': RegExp;
'uz-UZ': RegExp;
'vi-VN': RegExp;
'zh-CN': RegExp;
'zh-TW': RegExp;
'dz-BT': RegExp;
'ar-YE': RegExp;
'ar-EH': RegExp;
'fa-AF': RegExp;
'en-CA': string;
'fr-CA': string;
'fr-BE': string;
'zh-HK': string;
'zh-MO': string;
'ga-IE': string;
'fr-CH': string;
'it-CH': string;
};
static is(str: any, locale: any, options?: any): any;
}