Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/s3si/deps.ts>msgpack.ExtensionCodecType

Export your battles from SplatNet to stat.ink
Go to Latest
type alias msgpack.ExtensionCodecType
import { type msgpack } from "https://deno.land/x/s3si@v0.1.8/deps.ts";
const { ExtensionCodecType } = msgpack;

Type Parameters

ContextType
definition: { __brand?: ContextType; tryToEncode(object: unknown, context: ContextType): ExtData | null; decode(
data: Uint8Array,
extType: number,
context: ContextType,
): unknown; }