1.0.1 • Published 8 years ago

uleb128 v1.0.1

Weekly downloads
6
License
CC0-1.0
Repository
github
Last release
8 years ago

uleb128

Public Domain

Simple node module for encoding and decoding uleb128

Docs

encode(number) returns an array of charcodes. This can be used to create a buffer if that's what you want.

decode(array or buffer) returns an object containing value and length.

License

CC0

1.0.1

8 years ago

1.0.0

8 years ago