1.0.1 • Published 1 year ago

mailv v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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.

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-a

1 year ago