sindresorhus / p-reduceLinks
Reduce a list of values using promises into a promise for a value
☆70Updated 2 years ago
Alternatives and similar repositories for p-reduce
Users that are interested in p-reduce are comparing it to the libraries listed below
Sorting:
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Conditional promise chains☆62Updated 4 years ago
- Iterate over promises serially☆50Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the path of the caller module☆65Updated 3 years ago
- Get the path of the parent module☆78Updated last year
- Create a lazily evaluated value☆69Updated 4 years ago
- Lazy number range generator☆81Updated last year
- A better `Promise.race()`☆46Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 10 months ago
- Define a lazily evaluated property on an object☆65Updated 2 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Map over promises serially☆48Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆54Updated 2 years ago
- Input module for Listr☆33Updated 5 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Run promise-returning & async functions in series☆67Updated 4 years ago
- Extract the actual stack of an error☆66Updated 3 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆76Updated 6 months ago
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Check if something is a promise☆46Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆77Updated 4 years ago
- Get PID from a port☆79Updated 4 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- Write data to a random temporary file☆105Updated last year