​https://github.com/validatorjs/validator.js​

npm install validator
import validator from 'validator';

validator.isEmail('foo@bar.com');