Promisifies a function that expects a callback with a single (result) argument
A simple utility for promisifying functions and classes.
Converts callback-based functions to ES6 Promises
Promisify an entire class or object
Promisify a callback-style function
Promisify any of: callback function, sync function, generator function, promise-returning function
Simple and lightweight utility for transforming callback functions to Promises
Convert callback-based APIs to promises
Tiny, dependency free promisify library.
Node 8's util.promisify, as a node module
Promisify a callback-based function
Promisify a function call so users can call a function with a callback or get a promise
seriously like the best async child process library
TypeScript definitions for es6-promisify
Polyfill/shim for util.promisify in node versions < v8
Seneca plugin for user and promisify permissions.
Promisify EventEmitter's event.
Turn a callback-style function into a function that returns a promise
Node module for simple promisification
A simple utility to convert NodeJS async functions to native JS promises.
Wrap Node-callback functions to return Promises.
Wrap any node-style callback function with a promise.
Node.js Circuit Breaker Pattern
Convert callback-based function into promise. Simple, 10LOC, no deps.