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)
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.