uleb128
v1.0.1
Published
Simple node module for encoding and decoding uleb128
Downloads
7
Readme
uleb128
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
.