Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads210/wk
•Publisheda year ago (1.0.3)
Encoding and decoding for the msgpack format
Functions
f
decode(data: Uint8Array): ValueType
Decode a value from the MessagePack binary format.
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
| readonly ValueType[]
| ValueMap
| bigint
| string
| boolean
| null
| Uint8Array
| readonly ValueType[]
| ValueMap
Value types that can be encoded to MessagePack.