Array methods for ES6 Iterators
Isomorphic map-reduce function to flatten an array into the supplied array
Make array iteration easy when using async/await and Promises
Convenient and dependency free wrapper for working with arrays and objects.
Small library to simplify working with Generators and Iterators in Javascript / Typescript
Require multiple modules using glob patterns. Supports exclusions.
Utilities for consuming, creating and manipulating node streams.
An inverted index that allows javascript objects to be easily serialised and retrieved using promises and map-reduce
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
An array is a collection of values, stored contiguously.
An iterable is a sequence of values.
An iterable is a sequence of values {web}.
A collection of streams that work well with promises (through, map, reduce)
Higher order functions that work with promises
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
Utilities for JavaScript Iterable and AsyncIterable
async/await-ready array methods for JavaScript and Node.js
Functional methods like forEach, map, filter, and other Array methods for Objects in javascript
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).
Functional operation helpers (underscore-like) for working with map, filter, reduce, etc
Functionally - A utility belt for functional JavaScript
The asynciest of async libs there ever was or ever will be...AsyncAF!?
map-filter-reduce queries for flumedb
A functional query engine, that operates over streams of js objects, and can be optimized via database indexes.
Common typescript ready prototypes available in both CommonJS and ECMAScript
A scuttlebot plugin for querying data. With [map-filter-reduce](https://github.com/dominictarr/map-filter-reduce) you can write pretty flexible queries, similar to SQL, but more javascripty.
A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
A library that maps JSON file and in-memory data, and using lazy-writing strategy to reduce disk I/O.
Transforms higher-order function calls such as `map`, `filter`, and `reduce` to loops.
kafka-streams for Node.js
Parse unist trees, and map over nodes that pass a predicate function
Array.map but for objects with good TypeScript support. A small and simple integration.
Reducers you can use for composing reducer hierarchy like with combineReducers from redux
Basic operations on iterables