Skip to main content
Go to Latest
type alias UnionToIntersection
import { type UnionToIntersection } from "https://deno.land/x/twi@1.0.3/types.ts";
definition: (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never