iter8
JavaScript iterable transformation library
JavaScript iterable transformation library
Returns whether all elements in the iterable satisfy the predicate. Like Array.prototype.every.
Get iterable from value, like Array.from().
Iterate Object
Use JavaScript Iterator, Easily
A library built for async iteration protocol.
A decorator for objects to be used in "for (... of ...)" loops.
Create an AsyncIterable from an evented stream
Library of lazy sequences
iterable that provides transformation methods for array iterables
iterable that provides transformation methods for array iterables
Filters an iterable object so it doesn’t yield the same value more than once.
Filters yielded values by testing uniqueness with an index, key, or callback.
Iterator utility functions
A collection of classes that allow iteration over a predefined collection of elements.
A range object that implements iterable protocol
Transforms ordinary objects into iterables. You can use a for of to iterate through any object's properties
Convert an observable to ES6 async generator.
A simple module to check if all elements in an array/object/map/set are belong to only one primitive type
Create a new object containing the same properties (through assignment) of another object along with an @@iterator method can make use of the default iteration behavior (such as for-of) that built-in iterables like Array or Map have.