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

Recent events

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

No events yet
ginkgoch's profile
ginkgoch
41 contributions
ginkgoch

ginkgoch/node-buffer-io

This is a NodeJS library to help to read/write Buffer instance easily.

TypeScript
1
0
MIT License

Support the dependencies of ginkgoch/node-buffer-io

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

A lightweight Node‑JS library that wraps a `Buffer` with convenient reader and writer classes, automatically handling the current read/write position and providing simple methods for common data types (ints, floats, strings, etc.). It’s aimed at developers who need to serialize or deserialize binary data in Node without manually tracking offsets.