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‑head‑tail** package provides two tiny utility functions—`getAndRemoveHead` and `getAndRemoveTail`—that splice a specified number of elements from the start or end of a JavaScript array, returning the removed items while mutating the original array. It’s aimed at developers who need a concise, type‑safe way (with generic `<T>`) to extract and delete “head” or “tail” segments of arrays in Node or browser code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of writetome51/array-get-and-remove-head-tail

Account's avatar
writetome51/array-get-and-remove-adjacent-at
Function removes and returns adjacent array items beginning at specified index
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
13 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-he...

These functions remove and return items from the beginning and end of the array, respectively

JavaScript
0
0
MIT License