uleb128

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i uleb128

Weekly Downloads

5

Version

1.0.1

License

CC0-1.0

Last publish

Collaborators

  • jerwuqu