elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/utils/declared-scope.d.ts

4 lines
268 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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;