type UnionToIntersection<T> = T extends any ? (x) => any : never extends (x) => any ? R : never;
Defined in: types/type-utils.ts:14
T
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications