UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines (2 loc) 109 B
/** Helper type to convert a tuple to a union. */ export type TupleToUnion<T extends unknown[]> = T[number];