TupleToIntersection
Type Aliases
Section titled “Type Aliases”TupleToIntersection
Section titled “TupleToIntersection”TupleToIntersection<
T> =Textends readonly [infer F,...(infer R)] ?F&TupleToIntersection<R> :unknown
Defined in: packages/isaacscript-common/src/types/TupleToIntersection.ts:1
Type Parameters
Section titled “Type Parameters”T extends readonly unknown[]
