UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines 151 B
/** Helper type to convert a tuple to a union. */ export type TupleToUnion<T extends unknown[]> = T[number]; //# sourceMappingURL=TupleToUnion.d.ts.map