1.0.3 • Published 1 year ago

@hou5emd/email-validator v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

email-validator

JavaScript library for email validation

Usage

import { isValidEmail } from 'email-validator';

isValidEmail("test@email.com"); // true

Contribute

Contributions welcome!

Setup

Install the dependencies:

npm install

Build the app:

npm run build

Test the app:

npm run test
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago