Lightweight, fully typed async task queue with priority, retries, concurrency control, and React hooks for full-stack apps.
Sequential asynchronous lock-based queue for promises
async queuemethod as module.
A "standard library" of stuff I find to routinely be useful in Node.js
AsyncQueue is a TypeScript class that provides a simple asynchronous queue implementation. It implements the `Symbol.asyncIterator` interface, allowing it to be used in `for-await-of` loops. This enables one or multiple consumers to process items in the q
Provides 'AsyncQueue', an async coordination primitive.
simple FIFO queue to execute async functions linear.
The set of async flow control structures and promise utils.
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
TypeScript compiler wrapper for static analysis and code manipulation.
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
TypeScript execution environment and REPL for node.js, with source map support
Common functionality for ts-morph packages.
TypeScript's largest utility library
Runtime library to validate data against TypeScript interfaces
The `postinstall` script helper for handling native bindings in legacy `npm` versions
Opinionated collection of common TypeScript utilities
TypeScript async producer-consumer queue with backpressure control, similar to Go channels or .NET Channel<T>
Graphviz library for TypeScript
A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
Process management utilities, with a focus on inter-process communication
Determine where a ts type declaration comes from
Runs typescript type checker and linter on separate process.