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

`is-match` is a utility function that performs deep equality checks, specifically designed for comparing arrays by their content rather than by reference. It recursively compares array elements while falling back to strict equality (`===`) for

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of writetome51/is-match

Account's avatar
writetome51/is-array-not-array
2 functions that check if argument is or is not array

Support the repos that depend on this repository

Top contributors

writetome51-2's profile
writetome51-2
18 contributions

Recent events

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

No events yet
writetome51

writetome51/is-match

A substitute for using === operator. Useful when arrays don't have to be identical via === to be deemed a match. They must only have identical content.

JavaScript
0
0
MIT License