deno.land / std@0.224.0 / msgpack / mod.ts
123456// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.// This module is browser compatible.export * from "./decode.ts";export * from "./encode.ts";
Version Info