Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@root/async-router
Write Express middleware and route handlers using async/await
pify
Promisify a callback-style function
mz
modernize node.js to current ECMAScript standards
util.promisify
Polyfill/shim for util.promisify in node versions < v8
thenify
Promisify a callback-based function
thenify-all
Promisifies all the selected functions in an object
p-event
Promisify an event by waiting for it to be emitted
call-me-maybe
Let your JS API users either give you a callback or receive a promise
@gar/promisify
Promisify an entire class or object
es6-promisify
Converts callback-based functions to ES6 Promises
promisify-any
Promisify any of: callback function, sync function, generator function, promise-returning function
catering
Simple utility to allow your module to be consumed with a callback or promise
express-promisify-router
Write Express middleware and route handlers using async/await
promisify-event
Promisify EventEmitter's event.
co-bluebird
co with bluebird promises
@octetstream/promisify
Tiny, dependency free promisify library.
promise-toolbox
Essential utils for promises
pifs
Promisified graceful-fs
ambi
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.
putil-promisify
Simple and lightweight utility for transforming callback functions to Promises