Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-email

segmentio193.7kSEE LICENSE IN LICENSE1.0.2TypeScript support: definitely-typed

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: