@gibme/bytepack
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

Byte-Packing Library

Documentation

https://gibme-npm.github.io/bytepack/

Sample Code

import { Reader, Writer } from '@gibme/bytepack';

const writer = new Writer();

writer.uint8_t(8);

const reader = new Reader(writer);

console.log(reader.uint8_t());

Readme

Keywords

none

Package Sidebar

Install

npm i @gibme/bytepack

Weekly Downloads

1

Version

1.0.12

License

MIT

Unpacked Size

615 kB

Total Files

21

Last publish

Collaborators

  • brandonlehmann