Type helper to convert union types (A | B) to intersection types (A & B).
A | B
A & B
The union type to Merge.
https://github.com/microsoft/TypeScript/issues/29594
Generated using TypeDoc
Type helper to convert union types (
A | B
) to intersection types (A & B
).