iterate-async
Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers
Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers
Javascript Iterable/Iterator/Generator-function utilities.
Simple Stack data structure with ES6 iterable interface
A fast and lightweight transformer to transform chunks of JSON strings to valid JSON strings
Dotnet LINQ inspired query methods for iterators
A simple utility to check if an Iterable is empty.
Pushable iterable
Lazy primitives and iterables.
Fast and lightweight library for lazy operations with iterable objects.
Iterators for faster operations such as combinations and permutations
Simple, flexible, and strongly-typed iteration.
protocol and utilities for light-weight data streams
Get the first path that exists on disk of multiple paths
Tiny generator-based lazy sequence implementation. Loosely inspired by the Kotlin Sequences implementation and the JavaScript Array API.
Transfigure JSON. Provides JSON objects a fluent, Array-like interface for data transformations.
TransformIt is a TypeScript package that provides a utility function for transforming iterables and async iterables with a custom transformation function. It enables developers to easily apply transformations to each item in an iterable and generate a new
Map for any iterable, promised iterable, or item that can be converted into an iterable
Collects all values for an iterable as an array
Simple async iterables for websocket client connections
AsyncIterable to Array conversion for JavaScript