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

x/kwik/deps.ts>msgpack.ExtensionEncoderType

Kwik is a deno database using messagepack files.
Latest
type alias msgpack.ExtensionEncoderType
Re-export
import { type msgpack } from "https://deno.land/x/kwik@v1.3.1/deps.ts";
const { ExtensionEncoderType } = msgpack;

Type Parameters

ContextType
definition: (input: unknown, context: ContextType) => Uint8Array | null