An open API service indexing awesome lists of open source software.

https://github.com/segmentio/is-email

Component: loosely validate an email address.
https://github.com/segmentio/is-email

Last synced: about 1 year ago
JSON representation

Component: loosely validate an email address.

Awesome Lists containing this project

README

          

# is-email

[![CircleCI](https://circleci.com/gh/segmentio/is-email.svg?style=shield&circle-token=38faad587c396e66c475415a096207d2de27e324)](https://circleci.com/gh/segmentio/is-email)
[![Codecov](https://img.shields.io/codecov/c/github/segmentio/is-email/master.svg?maxAge=2592000)](https://codecov.io/gh/segmentio/is-email)

Loosely validate an email address.

## Installation

```
$ npm install is-email
```

## API

### isEmail(string)

Loosely checks whether a `string` is an email address.