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`
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Lightweight callbackify
Easily switch between callbacks and Promises.
Alternative converter between promises and callbacks
Remotely resolveable Native Javascript Promise that exposes it's resolver and rejector callbacks and a debugging API with lifecycle events
node callbackify promises
Promisify and callbackify functions
A backport of `util.callbackify` for Node.js 6.0 and up.
Callbackify for AWS Lambda
Create callback-last style functions from functions returning promises and from generator functions.
Promisify wrapper that yields automatic handling of Promise or node-style callback based on invocation parameters.
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 🙈