Module

x/msgpack_javascript/src/context.ts>SplitTypes

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