sindresorhus / p-event
Promisify an event by waiting for it to be emitted
☆434Updated last year
Alternatives and similar repositories for p-event:
Users that are interested in p-event are comparing it to the libraries listed below
- Make a directory and its parents if needed - Think `mkdir -p`☆478Updated 10 months ago
- Clean up error stack traces☆339Updated 2 years ago
- Delay a promise a specified amount of time☆612Updated last year
- Create a promise that can be canceled☆441Updated 2 years ago
- `require`s taking too much time? Profile 'em.☆374Updated 9 months ago
- Safely and quickly serialize JavaScript objects☆348Updated 3 months ago
- Stylish console.log for node☆164Updated last year
- Super tiny and ~350% faster alternative to node-glob☆852Updated 2 years ago
- Promisify a callback-style function☆1,504Updated 2 years ago
- Timeout a promise after a specified amount of time☆283Updated 2 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆345Updated 4 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,109Updated last month
- Negative array index support `array[-1]` using ES2015 Proxy☆453Updated 3 years ago
- Get stdin as a string or buffer☆338Updated last year
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆318Updated 2 years ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,104Updated last week
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆271Updated 4 months ago
- Simple “Least Recently Used” (LRU) cache☆689Updated last year
- Get a random temporary file or directory path☆427Updated last year
- Toolkit for building command line interfaces☆462Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated 9 months ago
- A terminal based horizontal guage aka, a progress bar☆321Updated 10 months ago
- Node.js implementation of FarmHash, Google's family of high performance hash functions☆449Updated 6 months ago
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago
- Easily manage a pool of Node.js Worker Threads☆429Updated 5 years ago
- Throttle a collection of promise returning functions☆483Updated 2 years ago
- Memoize promise-returning & async functions☆401Updated last year
- Get paths for storing things like data, config, cache, etc☆384Updated 8 months ago
- See node.js errors with less clutter☆1,520Updated 9 months ago
- Parse yes/no like values☆267Updated 2 years ago