1.0.0 • Published 2 years ago

isthisemail v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Description

Fast and lightweight email validator. Unlike most validators, this use string validator instead of regex.

Usage:

const isthisemail = require("isthisemail")
const result = isthisemail("example@google.com");