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

A tiny utility library that provides four boolean‑valued helper functions for checking an array’s contents: `has` (value present), `hasAll` (every value in a list is present), `hasAny` (at least one value in a list is present), and `hasAdjacent` (a precise sequence appears consecutively). It’s aimed at JavaScript/TypeScript developers who need simple, reusable array‑membership tests without writing their own logic.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of writetome51/array-has

Account's avatar
writetome51/array-get-indexes-of
Functions that return indexes of items in an array. Optional arguments give you more flexibility than Array.prototype.indexOf()
Account's avatar
writetome51/is-array-not-array
2 functions that check if argument is or is not array
Account's avatar
writetome51/is-empty-not-empty
2 functions that check if the argument has a 'length' property === 0
Account's avatar
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.

Support the repos that depend on this repository

Top contributors

writetome51-2's profile
writetome51-2
32 contributions

Recent events

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

No events yet
writetome51

writetome51/array-has

All these functions check the contents of the passed array and return boolean.

JavaScript
0
0
MIT License