Skip to main content
Module

x/s3si/deps.ts>msgpack.ExtensionDecoderType

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

Type Parameters

ContextType
definition: (
data: Uint8Array,
extensionType: number,
context: ContextType,
) => unknown