1.0.0 • Published 4 months ago

isthisemail v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months 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");