There was an error while loading. Please reload this page.
This utility checks if an email is valid.
const result = isEmail("thisismyemail@email.com"); console.log(result); // true