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.

9 lines (8 loc) 176 B
/** * An enum representing the direction in which the user is currently typing. */ export declare enum TypingDirection { Unknown = 0, Forward = 1, Backward = 2 }