Files
n8n-nodes-gwezz-changdunovel/node_modules/eslint-plugin-import-x/lib/utils/package-path.d.ts
2025-10-26 23:10:15 +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;