You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suresh 7185b2d1c4
Removed multer
3 years ago
..
.travis.yml Removed multer 3 years ago
CHANGELOG.md Removed multer 3 years ago
LICENSE Removed multer 3 years ago
README.md Removed multer 3 years ago
index.cjs.js Removed multer 3 years ago
index.cjs.js.map Removed multer 3 years ago
index.d.ts Removed multer 3 years ago
index.js Removed multer 3 years ago
package.json Removed multer 3 years ago
test.js Removed multer 3 years ago

README.md

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

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