Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
p-limit
Run multiple promise-returning & async functions with limited concurrency
p-locate
Get the first fulfilled promise that satisfies the provided testing function
p-try
`Start a promise chain
pify
Promisify a callback-style function
p-map
Map over promises concurrently
bluebird
Full featured Promises/A+ implementation with exceptionally good performance
@humanwhocodes/retry
A utility to retry failed async methods.
p-retry
Retry a promise-returning or async function
p-cancelable
Create a promise that can be canceled
pinkie-promise
ES2015 Promise ponyfill
p-timeout
Timeout a promise after a specified amount of time
superagent
elegant & feature rich browser / node HTTP with a fluent API
es6-promise
A lightweight library that provides tools for organizing asynchronous code
pinkie
Itty bitty little widdle twinkie pinkie ES2015 Promise implementation
hard-rejection
Make unhandled promise rejections fail hard right away instead of the default silent fail
p-defer
Create a deferred promise
p-filter
Filter promises concurrently
p-queue
Promise queue with concurrency control
p-reduce
Reduce a list of values using promises into a promise for a value
p-is-promise
Check if something is a promise