The **array‑get‑and‑remove‑adjacent‑to‑value** package provides a single utility function, `getAndRemoveAdjacentToValue`, that locates the first occurrence of a specified value in an array, removes a contiguous block of elements around it (controlled by an offset and a count), and returns the removed slice while mutating the original array. It’s aimed at JavaScript/TypeScript developers who need a concise way to extract and delete neighboring items from arrays without manually handling index calculations.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Function that removes and returns sections of the array