1.1.4 • Published 1 year ago
email-validator-rfc-5322 v1.1.4
email-validator-rfc-5322
A module to validate an e-mail address according to the RFC 5322 specifications of what is a valid email. This npm package is an fork from the npm email-validator package.
Installation
Install via NPM:
npm install email-validator-rfc-5322
Usage
javascript
var validator = require("email-validator");
validator.validate("test@email.com"); // true
TypeScript
import * as EmailValidator from 'email-validator';
EmailValidator.validate("test@email.com"); // true
Contribute
Contributions welcome! Check the LICENSE
file for more info.
Meta
- evan@loglive.ai
Distributed under the unlicense public domain. See LICENSE
for more information.