(expr1, expr2)
| 45384 | return false; |
| 45385 | } |
| 45386 | function isNarrowingTypeofOperands(expr1, expr2) { |
| 45387 | return ts.isTypeOfExpression(expr1) && isNarrowableOperand(expr1.expression) && ts.isStringLiteralLike(expr2); |
| 45388 | } |
| 45389 | function isNarrowingBinaryExpression(expr) { |
| 45390 | switch (expr.operatorToken.kind) { |
| 45391 | case 63 /* SyntaxKind.EqualsToken */: |
no test coverage detected