Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>msgpack.ExtensionCodecType

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias msgpack.ExtensionCodecType
import { type msgpack } from "https://deno.land/x/s3si@gui-v0.4.2/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; }