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

This project provides a polyfill for the `slice` method, offering consistent and efficient array-like semantics for TypedArrays, Buffers, Arrays, Arguments, and other array-like objects. It ensures that slicing operations return a copy rather than a view, addressing inconsistencies in Node.js Buffers and typed arrays. The library is designed for developers working with array-like data structures in JavaScript, particularly those needing reliable slicing behavior across different object types.

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

Recent events

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

No events yet
mikolalysenko's profile
mikolalysenko
5 contributions
mikolalysenko

mikolalysenko/generic-slice

Generic array-like slice for TypedArrays, Buffers and Arguments

JavaScript
2
0
MIT License

Support the dependencies of mikolalysenko/generic-slice

Account's avatar
aheckmann/sliced
A faster Node.js alternative to Array.prototype.slice.call(arguments)