mailv
v1.0.1
Published
Validate emails.
Readme
mailv - Email Validator
A simple module to validate an e-mail address
Installation
npm:
npm install mailv
yarn:
yarn add mailvUsage
JavaScript
const mailv = require("mailv");
mailv("[email protected]"); // trueTypeScript
import mailv from "mailv";
mailv("[email protected]"); // trueMethdods
check(email: string): boolean;
Contribute
Contributions welcome! Check the LICENSE file for more info.
Meta
Originally created by [email protected] as email-validator
Distributed under the unlicense public domain. See LICENSE for more information.
