1.0.5 • Published 1 year ago

@monyasau/emailcheck v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Contributing to emailcheck

If you would like to contribute to this project, refer to our contribution guide (https://github.com/monyasau/emailcheck/blob/main/CONTRIBUTING.md)

Installation:

npm i @monyasau/emailcheck

Usage:

yourCode.js:
        const emailCheck = require("@monyasau/emailcheck") //import the package
        console.log(emailCheck("whoami@earthmail.com")); // returns "Email is valid"
        console.log(emailCheck("hello world")); // returns "Email is invalid"
    These code will return:  A valid and invalid email verification respectively
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago