PhoneContactUtils
Index
Type Aliases
Type alias | Description |
---|---|
TaggedPhoneResult | Tagged type for valid phone numbers. |
Functions
Function | Description |
---|---|
from | Given an input containing a phone number, parses it into a contact method. |
generateRandomMobileNumber | Generates a random mobile phone number, not necessarily deliverable. |
isMobileNumber | Type-predicate determining if the input is a valid mobile phone number. |
parsePhoneNumberInput | Given an input containing a phone number, parses it into a structured object. |