sindresorhus / p-waterfallLinks
Run promise-returning & async functions in series, each passing its result to the next
☆75Updated 4 years ago
Alternatives and similar repositories for p-waterfall
Users that are interested in p-waterfall are comparing it to the libraries listed below
Sorting:
- Conditional promise chains☆60Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Input module for Listr☆33Updated 5 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Map over promises serially☆48Updated 4 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Get CI environment variables for parallelizing builds☆38Updated 4 years ago
- Sort an object's keys, including an optional key list☆31Updated 2 months ago
- Run promise-returning & async functions in series☆68Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Define a lazily evaluated property on an object☆65Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Easy CORS handling for micro