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

unique-concat is a tiny Node.js utility that merges two arrays into a single array while automatically removing duplicate entries. It works out‑of‑the‑box for primitive values and lets you supply a custom identity function for complex objects, making it useful for JavaScript developers who need a simple, deterministic way to concatenate collections without repeats.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thlorenz/unique-concat

Account's avatar
isaacs/nave
Virtual Environments for Node
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
tape-testing/testling
write tests for browser code

Support the repos that depend on this repository

Top contributors

thlorenz's profile
thlorenz
16 contributions
dolphin278's profile
dolphin278
1 contributions

Recent events

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

No events yet
thlorenz

thlorenz/unique-concat

Concatenates two arrays, removing duplicates in the process and returns one array with unique values.

JavaScript
6
1
MIT License