UNPKG

nigerian-mobile-validator

Version:

The most rigorous, up-to-date library for validating Nigerian mobile numbers. Fully NCC-compliant, and security-focused, with enterprise-grade features to prevent the business risks of validation failures in regulated industries.

8 lines (7 loc) 258 B
/// <reference types="node" /> import { EventEmitter } from 'events'; /** * Create an environment-agnostic event emitter * This ensures compatibility with both browser and server environments */ export declare function createEventEmitter(): EventEmitter;