Wrapper to make array functions that take a callback asynchronous.
This skeleton demonstrates the recommended architecture:
Reactive Programming with readable syntax
A TypeScript library for searching Ethereum CREATE2 vanity addresses.
Rust Iterators and Options in Typescript
fuzz-lightyear is a fuzzing framework and CLI tool that makes it easy to test complex systems with async behavior using a simplified model as a reference.
Skip list data structure for JavaScript
Async Iterator which supports multiple consumers
Timers nodejs api support for Playwright
A Fibonacci sequence generator.
Powerset operator for JavaScript
This is a fork of the original tiny transducers library from jlongster. For now, it contains an old never-merged PR that ensures returned iterators are actually iterator iterables (i.e. have a self-returning `Symbol.iterator` method).
Simple Typescript Linked List with Hash Table indexing and type templating

This library offers guards for common types, and methods to generate type guards for specific types quickly. Safely handle unpredictable unknown types with ease
Lazy functional lists in Javascript
Composable iterators for reduce
linq impelement for typescript
show the directry files list on Node.js
A minimal lazy iterator implementation
Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff
event store to hold events for node projects
Read data from a line-delimited file (CSV, TSV or NDJSON) to a stream
Typescript implementation of the Optional concept.