2.0.1 • Published 2 years ago

is-email-node v2.0.1

Weekly downloads
6
License
MIT
Repository
-
Last release
2 years ago

⚠️ This package is deprecated.

is-email-node Logo

Check if String is an email address.

NPM Package Version NPM Package Downloads NPM Package License

Installation

npm install is-email-node

Usage Example

const isEmail = require('is-email-node');

console.log(isEmail('anatoliy.gatt@aol.com'));
console.log(isEmail('@ryandahl.com'));

true
false

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

Distributed under the MIT License.