Skip to main content
Module

x/msgpack/mod.ts

msgpack-javascript ported to deno
Latest
import * as msgpack from "https://deno.land/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.