UNPKG

eslint-plugin-import-x

Version:
4 lines (3 loc) 268 B
import type { TSESTree } from '@typescript-eslint/utils'; import type { RuleContext } from '../types.js'; export declare function declaredScope(context: RuleContext, node: TSESTree.Node, name: string): import("@typescript-eslint/scope-manager").ScopeType | undefined;