Function: isTypePredicateAutofixSafe()
function isTypePredicateAutofixSafe(
node: Readonly<TSESTree.CallExpression>
): boolean;
Defined in: _internal/type-predicate-autofix-safety.ts:85
Backward-compatible alias for call-expression-based callers.
Parametersโ
nodeโ
Readonly<TSESTree.CallExpression>
Returnsโ
boolean