This project provides a lightweight utility function that checks whether a given JavaScript value is an array or an array-like object (such as `arguments` or NodeLists). It is designed for JavaScript developers who need reliable type checks when working with iterable or indexable structures in their code. The module is minimal, well-tested, and part of a collection of related array utilities.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Checks if the given value is an array or array-like object.