@tempots/std > TupleToUnion
Converts a tuple type to a union type.
Signature:
export type TupleToUnion<T extends unknown[]> = T[number];