@eventstream/check
v0.0.6
Published
Library for checking email, url and other
Downloads
2
Maintainers
Readme
@eventstream/check
Library for checking email, url and other
Use Email check
for Node.js
const isEmail = require('@eventstream/check').isEmail
isEmail('[email protected]') // true
for React/Vue/Angular
import { isEmail } from '@eventstream/check'
isEmail('[email protected]') // true