• Stars
    star
    424
  • Rank 100,210 (Top 3 %)
  • Language
    JavaScript
  • License
    The Unlicense
  • Created about 12 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

email syntax validator npm module. fast and pretty robust

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