Skip to content

AngeloCore/mailv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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("test@email.com"); // true

TypeScript

import mailv from "mailv";

mailv("test@email.com"); // true

Methdods

check(email: string): boolean;

Contribute

Contributions welcome! Check the LICENSE file for more info.

Meta

Originally created by manish021js@gmail.com as email-validator

Distributed under the unlicense public domain. See LICENSE for more information.

About

Validate emails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%