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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i promisify.js

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hit9