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

3 lines
239 B
TypeScript

import type { TSESTree } from '@typescript-eslint/utils';
import type { RuleContext } from '../types.js';
export declare const importDeclaration: (context: RuleContext, node: TSESTree.ImportDefaultSpecifier) => TSESTree.ImportDeclaration;