1.0.12 • Published 12 months ago

@gibme/bytepack v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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());
1.0.11

12 months ago

1.0.10

12 months ago

1.0.12

12 months ago

1.0.6

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago