sindresorhus / p-wait-for
Wait for a condition to be true
☆158Updated last year
Alternatives and similar repositories for p-wait-for:
Users that are interested in p-wait-for are comparing it to the libraries listed below
- Move a file - Even works across devices☆198Updated last year
- Get a random temporary file or directory path☆427Updated last year
- Strip leading whitespace from each line in a string☆136Updated 3 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆345Updated 4 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆144Updated last year
- Ensure a function is only called once☆162Updated last year
- Display youch error message on terminal☆89Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆122Updated 3 years ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆326Updated 3 months ago
- Check if your package was installed globally☆70Updated last year
- Make a synchronous function have a timeout☆125Updated 6 months ago
- Run some code when the process exits☆283Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency☆91Updated last year
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆160Updated 3 years ago
- Get a random temporary file path☆79Updated 2 years ago
- Serialize objects to JSON with handling for circular references☆154Updated 9 months ago
- Create an error from multiple errors☆245Updated last year
- Reliably get the terminal window size☆141Updated last year
- Toggle the CLI cursor☆107Updated 7 months ago
- Read a package.json file☆165Updated last year
- Clean up error stack traces☆339Updated 2 years ago
- Parse yes/no like values☆267Updated 2 years ago
- Block the main thread for a given amount of time☆124Updated last year
- Find the closest package.json file☆162Updated last year
- Reduce a list of values using promises into a promise for a value☆69Updated 2 years ago
- Get a random item from an array☆57Updated 2 years ago
- Minimalistic update notifications for command line interfaces