(type)
| 58648 | errorType); |
| 58649 | } |
| 58650 | function getConstraintDeclarationForMappedType(type) { |
| 58651 | return ts.getEffectiveConstraintOfTypeParameter(type.declaration.typeParameter); |
| 58652 | } |
| 58653 | function isMappedTypeWithKeyofConstraintDeclaration(type) { |
| 58654 | var constraintDeclaration = getConstraintDeclarationForMappedType(type); // TODO: GH#18217 |
| 58655 | return constraintDeclaration.kind === 193 /* SyntaxKind.TypeOperator */ && |
no outgoing calls
no test coverage detected
searching dependent graphs…