sindresorhus / p-event
Promisify an event by waiting for it to be emitted
☆435Updated 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 last year
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆272Updated 6 months ago
- `require`s taking too much time? Profile 'em.☆374Updated 10 months ago
- Create a promise that can be canceled☆442Updated 2 years ago
- Clean up error stack traces☆340Updated 2 years ago
- Node.js implementation of FarmHash, Google's family of high performance hash functions☆449Updated 7 months ago
- Delay a promise a specified amount of time☆614Updated last year
- Get a stream as a string, Buffer, ArrayBuffer or array☆348Updated 6 months ago
- Safely and quickly serialize JavaScript objects☆349Updated 4 months ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆319Updated 2 years ago
- Throttle a collection of promise returning functions☆483Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated 10 months ago
- Get callsites from the V8 stack trace API☆266Updated 10 months ago
- Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream☆206Updated last year
- Get a random temporary file or directory path☆428Updated last year
- Create an error from multiple errors☆245Updated last year
- Stylish console.log for node☆164Updated last year
- Memoize promise-returning & async functions☆406Updated last year
- Extends minimatch.match() with support for multiple patterns☆303Updated last year
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆250Updated last year
- Quickly scan for CLI flags and arguments☆648Updated last year
- Get stdin as a string or buffer☆337Updated last year
- Simple wildcard matching☆538Updated 3 years ago
- He is like Batman, but for Node.js stack traces☆252Updated last year
- Split Streams3 style☆288Updated 10 months ago
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago
- Make unhandled promise rejections fail loudly instead of the default silent fail☆280Updated 4 years ago
- A terminal based horizontal guage aka, a progress bar☆321Updated last year
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,113Updated 2 months ago
- Negative array index support `array[-1]` using ES2015 Proxy☆453Updated 3 years ago