doasync
Promisify everything without modification using util.promisify and ES6 Proxy
Promisify everything without modification using util.promisify and ES6 Proxy
Wrap a promise to allow passing callback to `.then` of given promise, also works as normal `.then`
Easily switch between callbacks and Promises.
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Remotely resolveable Native Javascript Promise that exposes it's resolver and rejector callbacks and a debugging API with lifecycle events
Alternative converter between promises and callbacks
A backport of `util.callbackify` for Node.js 6.0 and up.
node callbackify promises
Promisify and callbackify functions
Callbackify for AWS Lambda
Promisify wrapper that yields automatic handling of Promise or node-style callback based on invocation parameters.
Create callback-last style functions from functions returning promises and from generator functions.
Helpful functions that deal with promises. Avoid fast-failing and wait for all promises to be settled, iterate over arrays and objects, useful promise generation functions, promisify and callbackify.
transform an async function to callback style
Naive callbackification 🙈