Files
n8n-nodes-gwezz-changdunovel/node_modules/eslint-plugin-import-x/lib/utils/declared-scope.d.ts
2025-10-26 23:10:15 +08:00

4 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;