1.0.6 • Published 7 years ago

@secretsofsume/valid-email v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago