UNPKG

@ts-dev-tools/core

Version:
4 lines (3 loc) 244 B
export declare const getTestDirPath: (dirName: string, filename: string) => string; export declare function createTestDir(testDirPath: string, removeIfExists?: boolean): string; export declare function removeTestDir(testDirPath: string): void;