UNPKG

karma-typescript

Version:

Simplifying running unit tests with coverage for Typescript projects.

4 lines (3 loc) 107 B
export declare class FileUtils { static getRelativePath(filename: string, basePath: string): string; }