tcra-num-check
Version:
Tanzanian number validator with reference to the national numbering plan and signaling point code plan
8 lines • 340 B
TypeScript
import { NumberingPlan } from "./types";
/**
* Tanzanian National Numbering Plan
* Based on TCRA (Tanzania Communications Regulatory Authority) standards
* Comprehensive implementation covering all aspects of the numbering plan
*/
export declare const TANZANIAN_NUMBERING_PLAN: NumberingPlan;
//# sourceMappingURL=numberingPlan.d.ts.map