We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github-wiki-example / utilities / isValidEmail
isValidEmail(email): boolean
email
boolean
Defined in: utilities.ts:65
Function to check if a value is a valid email address.
string
True if the email address is valid, false otherwise.