UNPKG

validation-box

Version:

The only validation library - with flexible regex - you need.

5 lines (3 loc) 188 B
declare const validateNIFAO: (nif: string) => boolean; declare const validatePhoneAO: (phone: string, requireCountryCode?: boolean) => boolean; export { validateNIFAO, validatePhoneAO };