sindresorhus / p-cancelable
Create a promise that can be canceled
☆441Updated 2 years ago
Alternatives and similar repositories for p-cancelable:
Users that are interested in p-cancelable are comparing it to the libraries listed below
- Automatically bind methods to their class instance☆460Updated 2 years ago
- Delay a promise a specified amount of time☆613Updated last year
- Clean up error stack traces☆339Updated 2 years ago
- Memoize promise-returning & async functions☆403Updated last year
- Timeout a promise after a specified amount of time☆285Updated 3 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated 9 months ago
- Get a random temporary file or directory path☆427Updated last year
- Get callsites from the V8 stack trace API☆264Updated 9 months ago
- Find the root directory of a Node.js project or npm package☆240Updated last year
- Read the closest package.json file☆266Updated last year
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆270Updated 5 months ago
- Promisify an event by waiting for it to be emitted☆434Updated last year
- Find a file or directory by walking up parent directories☆601Updated last week
- Get a stream as a string, Buffer, ArrayBuffer or array☆345Updated 5 months ago
- Quickly scan for CLI flags and arguments☆645Updated last year
- Import a module while bypassing the cache☆284Updated 2 months ago
- Simple “Least Recently Used” (LRU) cache☆691Updated last year
- Debounce promise-returning & async functions☆215Updated 11 months ago
- Make a directory and its parents if needed - Think `mkdir -p`☆478Updated 11 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆722Updated 3 years ago
- Get stdin as a string or buffer☆338Updated last year
- Parse JSON with more helpful errors☆359Updated last week
- An implementation of WHATWG AbortController interface.☆307Updated 4 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,110Updated last month
- Clear a module from the cache☆181Updated 3 years ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆326Updated 3 months ago
- Safely and quickly serialize JavaScript objects☆348Updated 3 months ago
- Extends minimatch.match() with support for multiple patterns☆301Updated last year
- Copy files☆428Updated 8 months ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆318Updated 2 years ago