Skip to main content
Go to Latest
type alias UnionToTuple
import { type UnionToTuple } from "https://deno.land/x/openbox@1.1.5/deps.ts";
definition: [U] extends [never] ? [] : [...UnionToTuple<Exclude<U, L>>, L]