1.0.6 • Published 6 years ago

@secretsofsume/valid-email v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

validEmail

Basic module for email validation.

Installation

npm i --save @secretsofsume/valid-email

or

yarn add @secretsofsume/valid-email

How to use

import validEmail from '@secretsofsume/valid-email';
const isValidEmail = validEmail('secretsofsume@gmail.com');

The return of the function will be true or false according to the reported string.

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago