type UnionToIntersection<T> = T extends any ? (x) => any : never extends (x) => any ? R : never;
Defined in: types/type-utils.ts:14
T