Module

x/msgpack_javascript/src/context.ts>SplitTypes

@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
Latest
type alias SplitTypes
import { type SplitTypes } from "https://dotland.deno.dev/x/msgpack_javascript@v3.0.0-beta2/src/context.ts";
definition: U extends T ? (Exclude<T, U> extends never ? T : Exclude<T, U>) : T