@mangosteen/batch-utils
Batch up iterables into fixed-size arrays.
Batch up iterables into fixed-size arrays.
Read stream line by line using async iterator or object-mode stream transform.
Join strategies for Iterables, Maps, and Arrays.
Create an error from multiple errors. This is a fork of sindresorhus/aggregate-error, but with CommonJS support.
Wait for any promise to be fulfilled. This is a fork of sindresorhus/p-any, but with CommonJS support.
Map over promises concurrently. This is a fork of sindresorhus/p-map, but with CommonJS support.
Wait for a specified number of promises to be fulfilled. This is a fork of sindresorhus/p-some, but with CommonJS support.
A collection of sources and operators for [Wonka](https://github.com/kitten/wonka).
A collection of React hooks for [Wonka](https://github.com/kitten/wonka) and [WonkaExtras](https://github.com/mobily/wonka-extras).
AsyncIterable utility functions
Iterators Library
Extract duplicate elements from an Iterable
Run multiple map functions against Iterable in one go
Super-powered iterables.
Language level utilities for the Jali microservice platform.
A collection of TypeScript iterator utility functions mirroring those in Python's itertools module
A Javascript implementation of a collection based on Array (from Javascript/Java/Kotlin/C#/PHP), Set (from Javascript/Java/Kotlin) and List (from Java/Kotlin/C#)
A lazily evaluated iterable utility for both synchronous and asychronous operations
A binary search tree implementation in JavaScript
A circular doubly linked list implementation in JavaScript