An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iteration
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.
Framework-independent loaders for 3D graphics formats
Get an iterator for any JS language value. Works robustly across all environments, all versions.
async.mapLimit's functionality available as a standalone npm module
Higher order iterator library for JavaScript/TypeScript.
Iterator abstraction based on ES6 specification
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Asynchronous iterator function for parallel processing.
Operation with random numbers for ngraph.*
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Apply a function to a each element of a collection and return a new array of results.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Iterate any iterable JS value. Works robustly in all environments, all versions.
Map over array avoiding parallel execution, using promises
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Iterate over promises serially
Generate a random integer
Push an array of items into an array, while being robust against prototype modification
A polymorphic iterate operator for arrays and other iterables
Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch