4 lines
272 B
TypeScript
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;
|