UNPKG

@typescript-eslint/eslint-plugin

Version:
3 lines (2 loc) 188 B
import type { TSESTree } from '@typescript-eslint/utils'; export declare function isStartOfExpressionStatementNeedingParentheses(node: TSESTree.Node, firstToken: TSESTree.Token): boolean;