A TypeGuard for union types (A | B | C).
TypeGuard
A | B | C
Returned by isUnion and TypeGuard.or.
isUnion
TypeGuard.or
Array of types in the union
The array of type guards used in this union
A
TypeGuardfor union types (A | B | C).Returned by
isUnionandTypeGuard.or.