Skip to main content
Go to Latest
type alias UnionLast
import { type UnionLast } from "https://deno.land/x/openbox@1.1.1/deps.ts";
definition: UnionToIntersect<U extends unknown ? (x: U) => 0 : never> extends (x: infer L) => 0 ? L : never