UNPKG

eslint-plugin-exception-handling

Version:

💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.

3 lines (2 loc) • 187 B
import { TSESTree } from "@typescript-eslint/utils"; export declare function getCallExprId(called: TSESTree.CallExpression): TSESTree.Identifier | TSESTree.PrivateIdentifier | undefined;