(type)
| 58886 | return getConstraintOfDistributiveConditionalType(type) || getDefaultConstraintOfConditionalType(type); |
| 58887 | } |
| 58888 | function getConstraintOfConditionalType(type) { |
| 58889 | return hasNonCircularBaseConstraint(type) ? getConstraintFromConditionalType(type) : undefined; |
| 58890 | } |
| 58891 | function getEffectiveConstraintOfIntersection(types, targetIsUnion) { |
| 58892 | var constraints; |
| 58893 | var hasDisjointDomainType = false; |
no test coverage detected