UNPKG

eslint-plugin-exception-handling

Version:

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

3 lines (2 loc) • 166 B
import { TSESTree } from "@typescript-eslint/utils"; export declare const findIdentifierInParents: (name: string, node: TSESTree.Node) => TSESTree.Identifier | null;