@tempots/std

TupleToUnion type

Converts a tuple type to a union type.

Signature:

export type TupleToUnion<T extends unknown[]> = T[number];