0.0.1-security • Published 2 years ago

email-helper v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

email-helper

A javascript library to validate email address against different formats.

Installation

npm install email-helper

Usage

var validator = require("email-helper");
validator.validate("test@email.com"); // true
validator.validate("test@@email.com"); // false