list-linq
Linq-Collections (ES5): [IEnumerable, IQueryable, ...] + [List, Dictionary, Stack, ... + readonly]
Linq-Collections (ES5): [IEnumerable, IQueryable, ...] + [List, Dictionary, Stack, ... + readonly]
迭代器实现
A library for work with iterators inspired in .Net LINQ
Map object keys and values into an array
Babel transform detects use of iterable with binary `in` expression and transform it to an indexOf check.
An AsyncIterator extensions that allows for filtering with Promise based filters.
Basic iterator for [async][] library that handles async and synchronous functions, also emits `beforeEach`, `afterEach` and `error` events. Using [async-simple-iterator][] and used in [async-control][].
a simple asyncronous iterator which can simplify processing arrays before assigning final arguments
lightweight async iterators (map, each, reduce)
Buffering for async iterators
Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.
Convert any readable stream to an async iterator and promise-like.
a function to make a generator more like a async/await
Functional sequences for processing iterable data in JavaScript
Iterable ARC4
Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in s
An iterator for arrays.
Async chunk reader
Async based concurrency util written in Typescript
compose expressive async data transformation pipelines