iterateNode node package
Iterate any iterable JS value. Works robustly in all environments, all versions.
Iterate any JS iterator. Works robustly in all environments, all versions.
`Array#forEach()` but it’s possible to define where to move to next
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
A convenient way to iterate objects.
A polymorphic iterate operator for arrays and other iterables
Array methods for ES6 Iterators
Iterate through the values of a stream
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Iterate values in a list in random order
Callbag operator that applies a transformation on data passing through it
Async and sync crawler for json object
Iterate directory up.
CLI for iterate
Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers
Iterate over an Array received on the input, giving the next element only after it receives a feedback
Callbag factory that concatenates data from multiple callbag sources
Callbag operator that conditionally lets data pass through
LaunchDarkly SDK for JavaScript - common code
TypeScript definitions and functions for using Docling output.
PostCSS plugin to iterate through values
Utility functions for managing data structures and measurement.
RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree. The data model is node-centric, where nodes in the tree are the primary structural elements. It supports all common tree-traversal methods (pre-order, post-order, and breadth first). RubyTree mixes in the Enumerable and Comparable modules and behaves like a standard Ruby collection (iteration, comparison, etc.). RubyTree also includes a binary tree implementation, which provides in-order node traversal besides the other methods. RubyTree can import from and export to JSON, and supports Ruby’s object marshaling.
This gem implements a rooted, ordered tree, with a focus on easy iteration over nodes and access to basic tree properties. Moved to ---> "rooted".
This gem implements a rooted, ordered tree, with a focus on easy iteration over nodes and access to basic tree properties. Formerly known as "rooted_tree".
Contentful API wrapper library exposing an ActiveRecord-like interface