TanStack

UnionToIntersection

Type Alias: UnionToIntersection<T>

ts
type UnionToIntersection<T> = T extends any ? (x) => any : never extends (x) => any ? R : never;

Defined in: types/type-utils.ts:22

Type Parameters

T

T