promisify.js
v0.0.1
Published
Promisify module for node.js/io.js.
Downloads
15
Readme
Promisify.js
Promisify module for node.js/io.js.
Native Promise will be used by default, to use custom Promise implementations, e.g.
global.Promise = require('bluebird').Promise;
Instal
npm install promisify.js
Example
See example.js.
License
MIT. (c) 2015 Chao Wang hit9@icloud.com.