Module

x/msgpack_javascript/src/context.ts>ContextOf

@msgpack/msgpack - MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
Go to Latest
type alias ContextOf
import { type ContextOf } from "https://dotland.deno.dev/x/msgpack_javascript@v2.7.2/src/context.ts";

Type Parameters

ContextType
definition: ContextType extends undefined ? { } : { context: ContextType; }