manishsaraan / email-validator

email syntax validator npm module. fast and pretty robust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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("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

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

License:The Unlicense


Languages

Language:JavaScript 100.0%