The **array-get-duplicates** package exports a single `getDuplicates(array)` function that scans an array and returns a new array containing every duplicate occurrence beyond the first (e.g., `[1,2,1,1]` → `[1,1]`). It works with any value types, leaves the original array untouched, and is intended for JavaScript/Node developers who need a simple utility to list extra instances of items in an array.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Function returns every extra instance of each array item