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
arpadHegedus's profile
arpadHegedus
7 contributions
arpadhegedus

arpadhegedus/overwrite-object

A tiny module to merge two objects and overwrite values cleverly

JavaScript
0
0
MIT License

`overwrite-object` is a lightweight Node .js utility that merges two JavaScript objects, intelligently combining nested objects and concatenating arrays while letting values from the second argument overwrite those from the first. It’s aimed at developers who need a simple, zero‑dependency way to deep‑merge configuration or data objects without writing custom merging logic.