UNPKG

@typescript-eslint/eslint-plugin

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