first commit
This commit is contained in:
3
node_modules/eslint-plugin-import-x/lib/utils/declared-scope.d.ts
generated
vendored
Normal file
3
node_modules/eslint-plugin-import-x/lib/utils/declared-scope.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user