@spalger/fromnode
v1.0.0
Published
extraction of Bluebird's fromNode method
Downloads
10
Readme
fromnode
Simple extraction of bluebird's crazy useful Promise.fromNode()
method.
This module expects a global Promise
constructor, which is available in node.js starting in 0.12. Other environments will need to use a polyfill of some sort.