postfix
v0.0.1
Published
postfix parser in email address for nodejs
Downloads
32
Readme
node-postfix
postfix parser in email address for nodejs
Installation
$ npm install postfix
Usage
var postfix = require('postfix');
var name = postfix('[email protected]');
License
MIT