UNPKG

stryker-html-reporter

Version:

An html reporter for the JavaScript mutation testing framework Stryker

6 lines 401 B
export declare function copyFolder(fromPath: string, to: string): Promise<void>; export declare function deleteDir(dirToDelete: string): Promise<void>; export declare function mkdir(folderName: string): Promise<void>; export declare function writeFile(fileName: string, content: string): Promise<void>; export declare function countPathSep(fileName: string): number; //# sourceMappingURL=util.d.ts.map