Measure the time a promise takes to resolve
☆72Nov 5, 2023Updated 2 years ago
Alternatives and similar repositories for p-time
Users that are interested in p-time are comparing it to the libraries listed below
Sorting:
- Log the value/error of a promise☆29Apr 9, 2021Updated 4 years ago
- Conditional promise catch handler☆40Apr 9, 2021Updated 4 years ago
- Wait for any promise to be fulfilled☆56Jul 9, 2022Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Feb 2, 2026Updated last month
- Wait for a specified number of promises to be fulfilled☆39Sep 11, 2025Updated 5 months ago
- Run promise-returning & async functions a specific number of times concurrently☆41Oct 4, 2021Updated 4 years ago
- A better `Promise.race()`☆51Dec 13, 2022Updated 3 years ago
- Reduce a list of values using promises into a promise for a value☆74Feb 11, 2023Updated 3 years ago
- Conditional promise chains☆63Apr 9, 2021Updated 4 years ago
- Create a lazily evaluated value☆69Apr 8, 2021Updated 4 years ago
- Check if an Array is sorted☆35Aug 11, 2021Updated 4 years ago
- Run the Node.js binary no matter what☆142Sep 15, 2025Updated 5 months ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Oct 16, 2024Updated last year
- Create a noop process and get the PID☆14Aug 10, 2021Updated 4 years ago
- Filter promises concurrently☆80Dec 27, 2023Updated 2 years ago
- Check if an Iterable is empty☆23Sep 14, 2025Updated 5 months ago
- Iterate over promises serially☆52Jul 8, 2022Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆79Sep 11, 2025Updated 5 months ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 4 years ago
- Check if something is a promise☆45Apr 16, 2021Updated 4 years ago
- Tap into a promise chain without affecting its value or state☆134Apr 8, 2021Updated 4 years ago
- Break out of a promise chain☆24Apr 7, 2021Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Sep 11, 2025Updated 5 months ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆37Nov 4, 2023Updated 2 years ago
- Define a lazily evaluated property on an object☆67Mar 19, 2023Updated 2 years ago
- Get a random key from an object☆18Jul 2, 2024Updated last year
- Create a deferred promise☆84Sep 8, 2025Updated 5 months ago
- Check if something is a generator function☆24Jul 8, 2022Updated 3 years ago
- Simple cache config handling for your app or module☆21Sep 14, 2017Updated 8 years ago
- Check if a file path is a binary file☆49Apr 30, 2024Updated last year
- Calls a function repeatedly while a condition returns true and then resolves the promise☆37Aug 29, 2024Updated last year
- Get the version numbers of a package from the npm registry☆31Feb 26, 2024Updated 2 years ago
- Get the email of an npm user☆14Feb 26, 2024Updated 2 years ago
- Make unhandled promise rejections fail hard right away instead of the default silent fail☆107Jul 8, 2022Updated 3 years ago
- Wait for a condition to be true☆166Sep 21, 2025Updated 5 months ago
- Test whether some promise passes a testing function☆14Mar 15, 2019Updated 6 years ago
- Test whether all promises passes a testing function☆12Mar 15, 2019Updated 6 years ago
- Map over promises serially☆50Apr 9, 2021Updated 4 years ago
- Node.js `os.userInfo()` ponyfill☆33Jan 24, 2021Updated 5 years ago