Module

x/msgpack/mod.ts

msgpack-javascript ported to deno
Latest
import * as mod from "https://dotland.deno.dev/x/msgpack@v1.4/mod.ts";

Classes

ExtData is used to handle Extension Types that are not registered to ExtensionCodec.

Functions

It decodes a MessagePack-encoded buffer.

It encodes value in the MessagePack format and returns a byte buffer.