Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

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.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
writetome51-2's profile
writetome51-2
11 contributions
writetome51

writetome51/array-get-duplicates

Function returns every extra instance of each array item

JavaScript
0
0
MIT License

Support the dependencies of writetome51/array-get-duplicates

Account's avatar
writetome51/array-has
All these functions check the contents of the passed array and return boolean.