Converts a union type (|) into an intersection type (&). This utility type is helpful for extracting the intersection of all possible types in a union.
|
&
The union type to be converted into an intersection type.
Converts a union type (
|) into an intersection type (&). This utility type is helpful for extracting the intersection of all possible types in a union.