SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-import-x/lib/utils/import-declaration.d.ts

4 lines
239 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import type { TSESTree } from '@typescript-eslint/utils';
import type { RuleContext } from '../types.js';
export declare const importDeclaration: (context: RuleContext, node: TSESTree.ImportDefaultSpecifier) => TSESTree.ImportDeclaration;