Type Alias RelativePathCalculator
RelativePathCalculator: (
filePath: string,
projectPath: string,
) => Promise<string | undefined>
Type declaration
- (filePath: string, projectPath: string): Promise<string | undefined>
Parameters
- filePath: string
- projectPath: string
Returns Promise<string | undefined>
Тип для вычисления относительного пути