pify
Promisify a callback-style function
Promisify a callback-style function
Promisify a callback-based function
modernize node.js to current ECMAScript standards
Promisifies all the selected functions in an object
Tiny, dependency free promisify library.
Make JavaScript functions that support both promise and callback styles.
Essential utils for promises
A minimal promisifying callback-based function(s) module
Promisify everything without modification using util.promisify and ES6 Proxy
Promisify a callback-style function
Collection of neat modular utilities for bumping up development in NODE and Browser.
Immediately invoked [pify](https://github.com/sindresorhus/pify)
Wrap a promise to allow passing callback to `.then` of given promise, also works as normal `.then`
Transforms callback-based function into a Promise-based (TypeScript-friendly)
Promisify all function in an object, using [relike][].
simple to the callbackify functions to promisify:
A backport of `util.callbackify` for Node.js 6.0 and up.
Callbackify a promise function. The logical reverse of `thenify`.
Convert a callback-style function to an AsyncFunction
Simple thenify wrapper with context binding