0.0.5 • Published 3 years ago

all-good-emails v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Pretty good email validator 👌 (with TLDs)

This should hopefully solve your problems if you also want to validate an email and check if the TLD is valid, not just the general email pattern.

Keep your emails all good 👌

Installation

Install with npm:

npm install all-good-emails

Usage

import validate from "all-good-emails"

validate("jane@doe.io") // true
validate("jane@io") // false
validate("jane@doe.oi") // false
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago