Function: isValidPhone()
ts
function isValidPhone(phone): boolean;Defined in: helpers.ts:20
Returns true if the phone number is between 10 and 15 digits after normalization.
Parameters
| Parameter | Type |
|---|---|
phone | string |
Returns
boolean