Skip to main content
Module

x/tsafe/index.ts>UnionToIntersection

🔩 The missing TypeScript utils
Latest
type alias UnionToIntersection
import { type UnionToIntersection } from "https://deno.land/x/tsafe@v1.6.6/index.ts";
definition: (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never