1.0.8 • Published 1 year ago

email-validation-js v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Email Validation JS

A simple and effective email validator package for JavaScript. It ensures that the email address conforms to common email patterns and has a valid top-level domain (TLD).

Installation

You can install the package using npm:

npm install email-validation-js

## Usage

import isValidEmail from 'email-validation-js';

const email = 'test@example.com';
console.log(isValidEmail(email)); // true or false based on the validity
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago