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

x/s3si/deps.ts>msgpack.EncodeOptions

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

Type Parameters

optional
ContextType = undefined
definition: Partial<Readonly<{ extensionCodec: ExtensionCodecType<ContextType>; maxDepth: number; initialBufferSize: number; sortKeys: boolean; forceFloat32: boolean; ignoreUndefined: boolean; }>> & ContextOf<ContextType>