Skip to main content
Go to Latest
type alias TupleToUnion
import { type TupleToUnion } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Type Parameters

T extends any[]
definition: [K in keyof T]: T[K][number]