UNPKG

eslint-plugin-import-x

Version:
5 lines (4 loc) 272 B
import type { RuleContext } from '../types.js'; export declare function getContextPackagePath(context: RuleContext): string; export declare function getFilePackagePath(filename: string): string; export declare function getFilePackageName(filename: string): string | null;