1.2.0 • Published 10 years ago

msgpack-unpack-stream v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Build Status

msgpack-unpack-stream

a TransformStream that decodes msgpack.

Installation

npm install msgpack-unpack-stream

ES6

msgpack-unpack-stream 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.

MsgpackUnpackStream(options)

Returns a fresh, delicious unpack stream.

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago