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

x/s3si/deps.ts>msgpack.DecodeOptions

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

Type Parameters

optional
ContextType = undefined
definition: Readonly<Partial<{ extensionCodec: ExtensionCodecType<ContextType>; maxStrLength: number; maxBinLength: number; maxArrayLength: number; maxMapLength: number; maxExtLength: number; }>> & ContextOf<ContextType>