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.

10 lines (9 loc) 277 B
/** * Internal flags that help determine when enough digits have been entered * to trigger validation of the user provided input. */ export declare class ValidationTriggeringFlags { previousUserInput: string; hasPreviouslyErrored: boolean; validated: boolean; }