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.
- Host: GitHub
- URL: https://github.com/segmentio/is-email
- Owner: segmentio
- License: mit
- Created: 2013-02-12T03:03:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:52:22.000Z (over 2 years ago)
- Last Synced: 2025-05-08T23:43:49.970Z (about 1 year ago)
- Language: JavaScript
- Size: 731 KB
- Stars: 49
- Watchers: 33
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# is-email
[](https://circleci.com/gh/segmentio/is-email)
[](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.