email-normalize
This is a rewrite of email-normalize without Meteor stuff.
Installation
npm install --save email-normalize
Usage
const normalize = ; // Sync versionconst normalized = ; // Output: 'abc@gmail.com' // Async version (powered by Bluebird);