Email Validator
email syntax validator npm module. fast and pretty robust
Install / Use
npx skills add manishsaraan/email-validatorInstalls into whichever agent you are using.
README
email-validator
A simple module to validate an e-mail address
Installation
Install via NPM:
npm install email-validator
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.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
