Wrapper over JS iterator, which allows filter/map/etc with chaining
Indexed bitfield that allows you to search for bits efficiently
> ⚠️ This is very unstable, please do not use this in production. Contribution welcome!
Wishwash takes 4 arguments: a value (usually an iterator), a min, a max, and an inclusive qualifier, and counts back and forth between the min and max to your value. Wishwash can be likened to the modulus operator but instead of being used as a single dir
Basic Dictionary ADT implementation using a Binary-Search-Tree (BST) in Javascript
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.
Growable byte array for Node.js.
Modern, fully-typed TypeScript SDK for the SuperSaaS booking platform.
Models a range of numbers between a start and stop with a variable step interval.
Unveil the performance mysteries of your JavaScript code! This sleek profiler 🚀 hooks into your functions seamlessly, timing 🕒 their execution and providing insight into async operations. Navigate your codebase with newfound clarity, optimizing 🛠️ as y
Streams library for TS
Get the first result in a range, using an iterator or stream
A TC39 proposal and specification for an Array.fromAsync method.
Extra transducers for Clojurescript
Creates a function contains a iterator that yield last value coincident with done.
A reusable key generator especially for ES6's Map objects
Lazy iteration in JavaScript.
A streamlined [WebSocket][websocket] client for Effection programs that transforms the event-based WebSocket API into a clean, resource-oriented stream.
Bounded-budget chunked file processing for object storage and constrained runtimes.
Simple pure-javascript heap
Clojure like Functional Programming library using ES6 iterable/iterator.
Sometimes what if you received an object of objects rather than array of objects from backend as a response, so how you will render that object of objects data using iterator of loop ? Finally, with ES2017, it's official now! We have 3 variations to conve
A handlebars plugin for listitems
lazyIterators will allow you to iterate over Arrays of Objects or any end-point using the same simple iteration API, taking care of all the hard work for you.