A performant and standard (Bluebird) library that registers a node-style callback on a promise
A performant and standard (Bluebird) library that registers a node-style callback on a promise
Create functions that both return promises and accept node-style callbacks
Use bluebird's ascallback (aka nodeify) to convert promises to node style callbacks.
Converts a native Promise to a node.js-style callback.