1.0.6 • Published 5 years ago

@secretsofsume/valid-email v1.0.6

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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago