UNPKG

yh-validator

Version:

A lightweight form validation library with modular functions

4 lines (2 loc) 99 B
declare function isPhone(phoneNumber: string, countryCode?: string): boolean; export { isPhone };