isthisemail
v1.0.0
Published
Fast and lightweight email validator. Unlike most validators, this use string validator instead of regex.
Downloads
5
Maintainers
Readme
Description
Fast and lightweight email validator. Unlike most validators, this use string validator instead of regex.
Usage:
const isthisemail = require("isthisemail")
const result = isthisemail("[email protected]");