Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
p-settle
Settle promises concurrently and get their fulfillment value or rejection reason
p-reflect
Make a promise always fulfill with its actual fulfillment value or rejection reason
@octetstream/promisify
Tiny, dependency free promisify library.
p-signal
Better way to cancel promises using AbortSignal
pendings
Better control of promises
@hazae41/future
Just like a Promise but you can manually resolve or reject it
underwriter
An automated Promise Registry
@jlmorgan/promise-extras
Collection of extras for Promises.
node-fs-writefile-promise
fs.writeFile wrapped in an ES6 Promise
react-redux-transaction
React helpers for redux-transaction, e.g. load model on props change and automatically cancel on unmount
redux-transaction
Optimistically apply actions, then rollback when they fail
p-iterate
Iterate over promises as they're fulfilled.
wait-when
Execute when condition fulfill.
@jreusch/p-destruct
Destructure a promise, gaining direct access to its internal state
p-some-first
Returns the first Promise in an iterable to resolve