promisify.js

0.0.1 • Public • Published

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.

/promisify.js/

    Package Sidebar

    Install

    npm i promisify.js

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • hit9