2.1.1 • Published 9 years ago

msgpack-unpack v2.1.1

Weekly downloads
31
License
ISC
Repository
github
Last release
9 years ago

Build Status

msgpack-unpack

decodes msgpack.

Installation

npm install msgpack-unpack

ES6

msgpack-unpack uses generators. There's some wrappage going on using regenerator to make this all work on ES5. If you're on an ES6 engine, it'll run natively.

API

What it says on the tin.

unpack(buffer)

Returns fresh, delicious unpacked data.

Extras

The binary-parse-fn style parser is exposed as msgpack-unpack/parser. This is considered public API.

2.1.1

9 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago