Works with
•JSR Score58%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
- @std/msgpack
all symbols
default
Functions
Interfaces
I
Value map that can be encoded to MessagePack.
Type Aliases
T
ValueType =
number
| bigint
| string
| boolean
| null
| Uint8Array
| ValueType[]
| ValueMap
| bigint
| string
| boolean
| null
| Uint8Array
| ValueType[]
| ValueMap
Value types that can be encoded to MessagePack.
decode
Functions
f
decode(uint8: Uint8Array): ValueType
Decode a value from the MessagePack binary format.
encode
Functions
f
encode(object: ValueType): Uint8Array
Encode a value to MessagePack binary format.
Interfaces
I
Value map that can be encoded to MessagePack.
Type Aliases
T
ValueType =
number
| bigint
| string
| boolean
| null
| Uint8Array
| ValueType[]
| ValueMap
| bigint
| string
| boolean
| null
| Uint8Array
| ValueType[]
| ValueMap
Value types that can be encoded to MessagePack.