(filePath: string, content: string)
| 26 | rmFileSync(file: string): void |
| 27 | ensureDirSync(dirPath: string): void |
| 28 | writeFileSync(filePath: string, content: string): void |
| 29 | watch(options: WatchOptions): Watcher |
| 30 | } |
| 31 |
no outgoing calls
no test coverage detected