simujs
Version:
Tanzanian phone number detection library based on public TCRA numbering data (not affiliated with TCRA).
22 lines • 546 B
TypeScript
export declare enum Operators {
Vodacom = "Vodacom Tanzania",
Yas = "Yas Tanzania",
Airtel = "Airtel Tanzania",
Halotel = "Halotel",
TTCL = "TTCL",
Smile = "Smile",
Zantel = "Zantel",
Mkulima = "Mkulima",
Wiafrica = "Wiafrica",
MO = "MO Mobile"
}
export declare enum ServiceType {
Mobile = "Mobile",
M2M = "Machine to Machine",
PSTN = "PSTN",
VoIP = "VoIP",
CorporateData = "Corporate Data",
TollFree = "Toll Free",
Premium = "Premium Rate"
}
//# sourceMappingURL=enums.d.ts.map