Member predicate ConditionalTypeExpr::getFalseType
Gets the type to be used if the extend
condition fails, such as B
in T extends any[] ? A : B
.
Gets the type to be used if the extend
condition fails, such as B
in T extends any[] ? A : B
.