UNPKG

eslint-plugin-import-x

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