Simple JavaScript Array Iterator, using next() and Events.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Iterate any JS iterator. Works robustly in all environments, all versions.
Minimal async jobs utility library, with streams support
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
Get an iterator for any JS language value. Works robustly across all environments, all versions.
Iterator abstraction based on ES6 specification
Asynchronous iterator function for parallel processing.
Framework-independent loaders for 3D graphics formats
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Higher order iterator library for JavaScript/TypeScript.
Map over array avoiding parallel execution, using promises
Iterate any iterable JS value. Works robustly in all environments, all versions.
A polymorphic iterate operator for arrays and other iterables
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
async.mapLimit's functionality available as a standalone npm module
Apply a function to a each element of a collection and return a new array of results.
Iterate over promises serially
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.
Push an array of items into an array, while being robust against prototype modification
Turn an abstract-leveldown iterator into a readable stream
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Run multiple promise-returning & async functions with limited concurrency using native ES9
A finite state machine iterator for JavaScript