Member predicate ConditionalTypeExpr::getExtendsType
Gets the type to the right of the extends
keyword, such as any[]
in T extends any[] ? A : B
.
Gets the type to the right of the extends
keyword, such as any[]
in T extends any[] ? A : B
.