This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

is-email-node

2.0.1 • Public • Published

⚠️ 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.

Package Sidebar

Install

npm i is-email-node

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

5.13 kB

Total Files

6

Last publish

Collaborators

  • npm