Read file content
(filePath: string)
| 75 | fileExists(filePath: string): boolean; |
| 76 | /** Read file content */ |
| 77 | readFile(filePath: string): string | null; |
| 78 | /** Get project root */ |
| 79 | getProjectRoot(): string; |
| 80 | /** Get all files */ |
no outgoing calls
no test coverage detected