craftx
Multiple async calls with single await
Multiple async calls with single await
ES Proposal spec-compliant shim for Promise.any, ported to TypeScript
Map over promises concurrently
Wait for a left-most matched promise to be fulfilled
Better way to cancel promises using AbortSignal
Returns the first Promise in an iterable to resolve
promise
Compares packages versions in package.json to resolved versions in package-lock.json
ES Proposal spec-compliant shim for Promise.withResolvers
A simple React hook that provides state for async actions.
Type-safe piping of synchronous or asynchronous values
Map over promises concurrently
Map over promises concurrently
Wait for any promise to be fulfilled. This is a fork of sindresorhus/p-any, but with CommonJS support.
Map over promises concurrently. This is a fork of sindresorhus/p-map, but with CommonJS support.
Wait for a specified number of promises to be fulfilled. This is a fork of sindresorhus/p-some, but with CommonJS support.
Userful promise utils, include map, filter, retry and sleep