UNPKG

@typescript-eslint/eslint-plugin

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