A type that conditionally selects one of two types based on a boolean value.
The boolean value to test.
The type to select if T is true.
The type to select if T is false.
Generated using TypeDoc
A type that conditionally selects one of two types based on a boolean value.