Skip to content

jonsherrard/check-email-valid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check-email-valid

The one true check email validation check module

npm install check-email-valid


var emailCheck = require('check-email-valid')

emailCheck('foo@nothing')
// false

emailCheck('[email protected]')
// true

About

The one true check email is valid module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published