Returns 1 item from array, accessed by its index. Does not modify array
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This utility function provides safe array access by supporting negative indices (counting from the end) and throwing clear errors for invalid indices. It's designed for JavaScript/TypeScript developers who need robust array retrieval in utility libraries or applications where direct `array[index]` access lacks error handling or negative index support.