promisify.js
v0.0.1
Published
Promisify module for node.js/io.js.
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.jsExample
See example.js.
License
MIT. (c) 2015 Chao Wang [email protected].
