Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kwik/deps.ts>msgpack.EncodeOptions

Kwik is a deno database using messagepack files.
Go to Latest
type alias msgpack.EncodeOptions
Re-export
import { type msgpack } from "https://deno.land/x/kwik@v1.2.3/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; forceIntegerToFloat: boolean; }>> & ContextOf<ContextType>