@ankan2002/email-validator
v1.0.0
Published
This package can help you to validate that if the email is correctly typed or not
Downloads
2
Readme
Certain rules to be followed while using this package
First import the package in your file, in the manner given below:
const validator = require('@ankan2002/email-validator');
Validator will return true or false. Hence you can use accordingly