A TypeScript library that converts objects, functions, and their prototypes into Array-like iterable entities. Supports ES Modules, CommonJS, and UMD.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
@lopatnov/make-iterable is a TypeScript library that converts objects, functions, and their prototypes into Array-like iterable entities, enabling methods like `push`, `pop`, and `forEach`, as well as `for...of` loops. It's designed for developers who need to make custom objects or class instances iterable without rewriting their structure. The library supports ES Modules, CommonJS, and UMD, making it versatile for various JavaScript environments.