Skip to main content
Module

x/mtype/src/union.ts>UnionToIntersection

通用 ts 的类型工具
Go to Latest
type alias UnionToIntersection
import { type UnionToIntersection } from "https://deno.land/x/mtype@v0.4.0/src/union.ts";
definition: (T extends any ? (args: T) => any : never) extends (args: infer R) => any ? R : never