包详细信息

is-email

segmentio201.1kSEE LICENSE IN LICENSE1.0.2

Loosely validate an email address.

email

自述文件

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.

更新日志

1.0.0 / 2016-05-18

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

0.0.1 - February 11, 2013

:sparkles: