validate-mail
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published



validate-mail: Validate your emails easier 📧



Install

$ npm install validate-mail

Usage

const validate = require('validate-mail');
 
validate('your@email.com');
// => true
 
validate('your @email.com');
// => false

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i validate-mail

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.98 kB

    Total Files

    6

    Last publish

    Collaborators

    • abranhe