Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iteration
Get the default iterator or async iterator for an iterable or async iterable
[](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/@n1ru4l/push-pull-async
Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch
Symbol.
Small, performant & immutable iteration utilities for Arrays and Objects
Iterate over a collection, invoking a function for each element.
Iterator library for JavaScript and TypeScript
iterator for mini-html-parser
Polyfill for IE/Node 8 for Symbol.asyncIterator
It iterates through a graph or a tree recursively
TypeScript definitions for tiny-async-pool
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Symbol iterator.
Detect native Symbol.iterator support.
An async iterator that joins multiple other async iterators in order, one after another.
Is this value a JS SharedArrayBuffer?
Simple iterator for flat and multi section lists
Is this value a JS ArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.