(fileLike: string)
| 19 | interface FileSystem { |
| 20 | readDirSync(dir: string): string[] |
| 21 | existsSync(fileLike: string): boolean |
| 22 | glob(opts: InputOptions): string[] |
| 23 | readFileSync(filePath: string): string |
| 24 | rmDirSync(dirPath: string): void |
no outgoing calls
no test coverage detected