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

1.0.3 • Public • Published

Email Domain Typo Checker

This package allows you to check the email addresses for typos in the domain names.

Installation

From npmjs:

npm install emailtypocheck --save

Usage

var etc = require('../dist/emailtypocheck.js'); etc.checkEmailTypos("test@gmsil.com"); // [test@gmail.com] - typo correction tlds.checkEmailTypos("test@gmail.com"); // [] - no typos

Developer Setup

Run make install to install dependencies.

Package Sidebar

Install

npm i emailtypocheck

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

16.7 kB

Total Files

9

Last publish

Collaborators

  • qutorial