pify
Promisify a callback-style function
Promisify a callback-style function
Polyfill/shim for util.promisify in node versions < v8
Promisify an event by waiting for it to be emitted
Converts callback-based functions to ES6 Promises
Let your JS API users either give you a callback or receive a promise
Promisify a callback-based function
modernize node.js to current ECMAScript standards
Promisifies all the selected functions in an object
Promisify a function call so users can call a function with a callback or get a promise
Promisify EventEmitter's event.
Tiny, dependency free promisify library.
Wraps FS methods using Promise
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
Call co.wrap for multiple generator functions
converts callback-based functions to Promises and apply currying to arguments
co with bluebird promises
Promisify any of: callback function, sync function, generator function, promise-returning function
Node module for simple promisification
Adapts the Node.js File System API (fs) for use with TypeScript async/await