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.

Readme

Keywords

Package Sidebar

Install

npm i promisify.js

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hit9