Runs a list of async tasks, passing the results of each into the next one
Event Emitting and Middleware Hooks
Run promise-returning & async functions in series, each passing its result to the next
Run an array of functions in series, each passing its results to the next function (waterfall)
call your callbacks in a waterfall, at speed
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
A tiny (183B to 210B) and fast utility to ascend parent directories
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Compose promise-returning & async functions into a reusable pipeline
TypeScript definitions for use-sync-external-store
A Node.js communication port that can pass messages synchronously between workers
A drop-in replacement for fs, making various improvements.
Recursive, synchronous, and fast file system walker
Create sync/async APIs with usable logic
Minimal module to check if a file is executable.
Synchronous version of the Fetch API
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.
Queues failed requests and uses the Background Sync API to replay them when the network is available
Run a subprocess synchronously and interactively in Node.js
Synchronous version of the Fetch API
File system walker with Readable stream interface.
Compiles sync functions into async generator functions
Get an array of recursive directory contents
No description provided.
No description provided.