(sourcePath: string, outputPath: string)
| 19 | sleep: (delay?: number) => Promise<void>; |
| 20 | mkdir(outputPath: string, options?: {recursive?: boolean}): Promise<void>; |
| 21 | copyFile(sourcePath: string, outputPath: string): Promise<void>; |
| 22 | writeFile(outputPath: string, contents: string): Promise<void>; |
| 23 | } |
| 24 |
no outgoing calls
no test coverage detected