Skip to content

email syntax validator npm module. fast and pretty robust

License

Notifications You must be signed in to change notification settings

Jeymz/email-validator

 
 

Repository files navigation

email-validator

A simple module to validate an e-mail address

travis build version downloads XO code style

Installation

Install via NPM:

npm install email-validator

Try and install via Bit

Usage

javascript

var validator = require("email-validator");

validator.validate("[email protected]"); // true

TypeScript

import * as EmailValidator from 'email-validator';

EmailValidator.validate("[email protected]"); // true

Contribute

Contributions welcome! Check the LICENSE file for more info.

Meta

Distributed under the unlicense public domain. See LICENSE for more information.

https://github.com/manishsaraan/email-validator

About

email syntax validator npm module. fast and pretty robust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%