SkillAgentSearch skills...

Email Validator

email syntax validator npm module. fast and pretty robust

Install / Use

npx skills add manishsaraan/email-validator

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

email-validator

A simple module to validate an e-mail address

travis build version downloads XO code style

Installation

Install via NPM:

npm install email-validator

Try and install via Bit

Usage

javascript


var validator = require("email-validator");

validator.validate("test@email.com"); // true

TypeScript


import * as EmailValidator from 'email-validator';

EmailValidator.validate("test@email.com"); // true


Contribute

Contributions welcome! Check the LICENSE file for more info.

Meta

  • manish021js@gmail.com

Distributed under the unlicense public domain. See LICENSE for more information.

https://github.com/manishsaraan/email-validator

Related Skills

View on GitHub
GitHub Stars450
CategoryDevelopment
Updated1mo ago
Forks78

Languages

JavaScript

Security Score

95/100

Audited on Jun 15, 2026

No findings