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

4 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;