(type)
| 58883 | return undefined; |
| 58884 | } |
| 58885 | function getConstraintFromConditionalType(type) { |
| 58886 | return getConstraintOfDistributiveConditionalType(type) || getDefaultConstraintOfConditionalType(type); |
| 58887 | } |
| 58888 | function getConstraintOfConditionalType(type) { |
| 58889 | return hasNonCircularBaseConstraint(type) ? getConstraintFromConditionalType(type) : undefined; |
| 58890 | } |
no test coverage detected
searching dependent graphs…