(typeParameter)
| 58818 | getBaseConstraintOfType(type); |
| 58819 | } |
| 58820 | function getConstraintOfTypeParameter(typeParameter) { |
| 58821 | return hasNonCircularBaseConstraint(typeParameter) ? getConstraintFromTypeParameter(typeParameter) : undefined; |
| 58822 | } |
| 58823 | function getConstraintOfIndexedAccess(type) { |
| 58824 | return hasNonCircularBaseConstraint(type) ? getConstraintFromIndexedAccess(type) : undefined; |
| 58825 | } |
no test coverage detected