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
Function to check if a value is a valid email address.
• email: string
string
The email address to be validated.
True if the email address is valid, false otherwise.
utilities.ts:60
Generated using TypeDoc and typedoc-plugin-markdown.