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