UNPKG

eslint-plugin-exception-handling

Version:

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

3 lines (2 loc) • 242 B
import { TSESTree } from "@typescript-eslint/types"; export declare function exploreChildren<T>(node: TSESTree.Node, predicate: (_node: TSESTree.Node, _parent: TSESTree.Node | undefined, _resolve: (_args: T) => void) => void): T | undefined;