Treat one or more iterables as a single iterable
Simple iterator for flat and multi section lists
Base iterator for values retrieved using a stack of async functions returning values
Small, performant & immutable iteration utilities for Arrays and Objects
A library of async iterator extensions for JavaScript including ```map```, ```reduce```, ```filter```, ```flatMap```, ```pipe``` and [more](https://github.com/jamiemccrindle/axax/blob/master/docs/API.md#functions).
A Backstage backend plugin that handles authentication
Apply a function to a each element of a collection and return a new array of results.
An asynchronous iterator library for advanced object pipelines.
Convert a (async) iterator to a pull stream
Iterate over a collection, invoking a function for each element.
Maximize the parallel calls of an iterator supporting asyncIterator interface
Recursive directory reader with a delightful API
Aggregates several async iterators into one (zip)
Properties file reader for Node.js
Convert a pull stream to an async iterator
Collects all values from an async iterator and returns them as an array
Turns a blob into an async iterator
Returns the first result from an async iterator
Parser for Github, GitLab and Bitbucket issues actions, references and mentions
Cross Platform implementation of the GitLab API
Process incoming async(iterable) functions in parallel
Provide helpers that polyfill all methods defined in [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), both for `Iterator` and `AsyncIterator`, and even more.
A polymorphic iterate operator for arrays and other iterables
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.