Skip to content

isEmail

kherP edited this page Jan 2, 2020 · 3 revisions

This utility checks if an email is valid.

Example

const result = isEmail("[email protected]");
console.log(result); // true

Properties

Param Type Description
value string string to be checked if it's a valid email
Clone this wiki locally