A simple module to validate an e-mail address
Install via NPM:
npm install email-validator
var validator = require("email-validator");
validator.validate("[email protected]"); // trueimport * as EmailValidator from 'email-validator';
EmailValidator.validate("[email protected]"); // true
Contributions welcome! Check the LICENSE file for more info.
Distributed under the unlicense public domain. See LICENSE for more information.
https://github.com/manishsaraan/email-validator