UNPKG

@types/fbjs

Version:
9 lines (6 loc) 229 B
/** * Simple client-side validation of international phone numbers */ declare function isInternationalPhoneNumber(number: string): boolean; declare namespace isInternationalPhoneNumber {} export = isInternationalPhoneNumber;