UNPKG

phone-number-network-provider

Version:

A lightweight utility to verify Nigerian phone number network providers by prefix. Supports both CommonJS (require) and ESM (import).

13 lines (12 loc) 249 B
{ "compilerOptions": { "target": "ES2019", "module": "CommonJS", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true }, "include": ["src"], "exclude": ["dist", "node_modules"] }