Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@gui-v0.4.2/deps.ts";
const { ExtensionDecoderType } = msgpack;

Type Parameters

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