(typeParameter)
| 59096 | return defaultType !== noConstraintType && defaultType !== circularConstraintType ? defaultType : undefined; |
| 59097 | } |
| 59098 | function hasNonCircularTypeParameterDefault(typeParameter) { |
| 59099 | return getResolvedTypeParameterDefault(typeParameter) !== circularConstraintType; |
| 59100 | } |
| 59101 | /** |
| 59102 | * Indicates whether the declaration of a typeParameter has a default type. |
| 59103 | */ |
no test coverage detected
searching dependent graphs…