/** Helper type to convert a tuple to a union. */ export type TupleToUnion = T[number]; //# sourceMappingURL=TupleToUnion.d.ts.map