mailv
v1.0.1
Published
Validate emails.
Downloads
1
Readme
mailv - Email Validator
A simple module to validate an e-mail address
Installation
npm:
npm install mailv
yarn:
yarn add mailv
Usage
JavaScript
const mailv = require("mailv");
mailv("[email protected]"); // true
TypeScript
import mailv from "mailv";
mailv("[email protected]"); // true
Methdods
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.