Documentation / @ripl/utilities / UnionToIntersection
Type Alias: UnionToIntersection<U> ​
UnionToIntersection<
U> =Uextendsany? (arg) =>any:neverextends (arg) =>void?I:never
Defined in: types.ts:26
Converts a union type to an intersection type.
Type Parameters ​
| Type Parameter |
|---|
U |