A simple utility for promisifying functions and classes.
Promisify an entire class or object
Converts callback-based functions to ES6 Promises
Promisify a callback-style function
Promisify EventEmitter's event.
Promisify a function call so users can call a function with a callback or get a promise
Promisify any of: callback function, sync function, generator function, promise-returning function
seriously like the best async child process library
Like Promise.all, but save rejections until all promises are resolved
Polyfill/shim for util.promisify in node versions < v8
Tiny, dependency free promisify library.
Node 8's util.promisify, as a node module
Simple and lightweight utility for transforming callback functions to Promises
Wrap Node-callback functions to return Promises.
Wrap any node-style callback function with a promise.
Node module for simple promisification
Turn a callback-style function into a function that returns a promise
A lean Promises and Async lib for ES6/ES7
Promisify a callback-based function
Convert HEIC/HEIF images to JPEG and PNG
TypeScript definitions for es6-promisify
A simple utility to convert NodeJS async functions to native JS promises.
Convert callback-based function into promise. Simple, 10LOC, no deps.
A tiny (381B to 419B) utility to make a directory and its parents, recursively