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

writetome51-2's profile
writetome51-2
9 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-al...

2 functions: one removes and returns all array items before the first instance of a value, and the other removes and returns all array items before the last instance of a value

TypeScript
0
0
MIT License

A tiny utility library providing two functions—`getAndRemoveAllBeforeFirst` and `getAndRemoveAllBeforeLast`—that splice an array to return (and delete) every element that appears before the first or last occurrence of a specified value. It’s aimed at JavaScript/TypeScript developers who need simple, in‑place array manipulation without writing custom looping code.