Showing 1-20 of 1,058 packages
Get the first fulfilled promise that satisfies the provided testing function
Wait for any promise to be fulfilled
Wait for a specified number of promises to be fulfilled
settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.
Map over promises concurrently
Utility to transform any promise into its fulfilled value whether it resolved or rejected.
Wait for any promise to be fulfilled. This is a fork of sindresorhus/p-any, but with CommonJS support.
Filter promises concurrently
Run promise-returning & async functions concurrently with optional limited concurrency
Map over promises serially
The Paga Collect API allows anyone (payment request initiator) to initiate a payment request to a third party and automatically get notified when the payment request is fulfilled
This library have as objective generate a month structure according to the month and year. The month generate have the necessary rows and is fulfilled with the previous and the next month on the empty positions. The main advantage of this library is that
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.
Wait for a specified number of promises to be fulfilled. This is a fork of sindresorhus/p-some, but with CommonJS support.
A simple react component that accepts a list of password requirements and updates each as they are fulfilled
Iterate over promises serially
Run promise-returning & async functions in series, each passing its result to the next
Reduce a list of values using promises into a promise for a value