Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Releases: blendle/emailcorrect

v0.0.2

29 Jun 08:24

Choose a tag to compare

Update README.md to reflect installation options

v0.0.1

29 Jun 07:58

Choose a tag to compare

First release of EmailCorrect! This release contains a module only implementation. If you wish to build EmailCorrect to a UMD release, feel free to create a pull request.

Basic usage:

$ npm install --save emailcorrect
import { suggest } from 'emailcorrect';

expect(suggest('[email protected]')).to.equal('[email protected]'); 
expect(suggest('[email protected]')).to.equal('[email protected]');
expect(suggest('hotmial.con')).to.equal('hotmial.con');