Package detail

is-email

segmentio201.1kSEE LICENSE IN LICENSE1.0.2

Loosely validate an email address.

email

readme

is-email

CircleCI Codecov

Loosely validate an email address.

Installation

$ npm install is-email

API

isEmail(string)

Loosely checks whether a string is an email address.

changelog

1.0.0 / 2016-05-18

  • Remove Duo support, add Browserify support
  • Modernize test harness

0.0.1 - February 11, 2013

:sparkles: