UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

2 lines 194 B
export type TupleToIntersection<T extends readonly unknown[]> = T extends readonly [infer F, ...infer R] ? F & TupleToIntersection<R> : unknown; //# sourceMappingURL=TupleToIntersection.d.ts.map