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

The **array‑get‑and‑remove‑by‑test** package exports a single utility, `getAndRemoveByTest`, that scans an array, removes every element that satisfies a user‑provided predicate, and returns those removed items. An optional callback lets callers transform each matched element (e.g., returning a custom object rather than the raw value). It’s aimed at JavaScript/TypeScript developers who need a concise, in‑place “filter‑and‑extract” operation on mutable arrays.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of writetome51/array-get-and-remove-by-test

Account's avatar
writetome51/array-append-prepend
Functions append() and prepend(), which are alternatives to Array.push() and Array.unshift()
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
27 contributions

Recent events

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

No events yet
writetome51

writetome51/array-get-and-remove-by...

Receives a test function and both removes and returns array items that pass test

JavaScript
1
0
MIT License