(file: string, content: string)
| 23 | readFileSync(filePath: string): string |
| 24 | rmDirSync(dirPath: string): void |
| 25 | writeFile(file: string, content: string): Promise<void> |
| 26 | rmFileSync(file: string): void |
| 27 | ensureDirSync(dirPath: string): void |
| 28 | writeFileSync(filePath: string, content: string): void |
no outgoing calls
no test coverage detected