Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
A blazing fast memoization library that is tiny but feature-rich.
Robustly get the length of a Typed Array
Runs a list of async tasks, passing the results of each into the next one
Async control for arrays
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
Concise and fast javascript templating compatible with nodejs and other javascript environments
General purpose glob-based configuration matching.
Apply an async function to each Array element in series.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Array diffing
No async forEachs
Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.
Parse postgres array columns
A collection of utilities for async iterables. Designed to replace your streams.
Next-generation ZeroMQ bindings for Node.js
The Interactive Extensions for JavaScript
A collection of array-related async utilities.
Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers
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).
Run an array of functions in parallel
Notifier allows services to update clients about state changes using a stream of promises