elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/utils/declared-scope.d.ts
2026-01-13 10:48:02 +07:00

3 lines
268 B
TypeScript

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;