standard-as-callback
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
Convert promised code to use node style callbacks
Use bluebird's ascallback (aka nodeify) to convert promises to node style callbacks.
Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.
Create functions that both return promises and accept node-style callbacks
Essential utils for promises
Nodeify extension for native ECMAScript 2015 promises
promisen.js creates promise-returning functions. ready for ES6 Promise.
nodeify from then/Promise, all by itself
Use Node.js modules with React Native by injecting global symbols
Make sync functions a?sync
A very lightweight way to nodefiy a promise.
Convert an async or promise returning function to a callback accepting function
Use bluebird's nodeify to convert promises to node style callbacks.
nodeifyme cli
A backport of `util.callbackify` for Node.js 6.0 and up.
Callbackify a promise function. The logical reverse of `thenify`.
Notifiy a node callback when a Promise has resolved or rejected
Convert promised code to use node style callbacks
Compose a Node errback using an error and success handler