SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-import-x/lib/utils/package-path.d.ts
2026-05-15 10:22:44 +08:00

5 lines
272 B
TypeScript

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;