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

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
kaelzhang

kaelzhang/node-make-unique

Creates and makes an array without duplicates. Even with array of objects with a specified filter.

JavaScript
1
0
Other
No contributors yet

Support the dependencies of kaelzhang/node-make-unique

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

`make-unique` is a small Node.js utility that removes duplicate entries from an array, supporting both primitive values (via native `Set` when available) and complex objects through a user‑provided matcher function. It’s aimed at JavaScript developers who need a simple, dependency‑free way to de‑duplicate arrays—especially when custom equality logic is required for objects.