UNPKG

simujs

Version:

Tanzanian phone number detection library based on public TCRA numbering data (not affiliated with TCRA).

8 lines (7 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prefixIndex = void 0; const operators_1 = require("../data/operators"); exports.prefixIndex = operators_1.operators .flatMap(operator => operator.prefixes.map(prefix => ({ prefix, operator }))) .sort((a, b) => b.prefix.length - a.prefix.length);