Check if a file exists
(filePath: string)
| 73 | getNodesByKind(kind: Node['kind']): Node[]; |
| 74 | /** Check if a file exists */ |
| 75 | fileExists(filePath: string): boolean; |
| 76 | /** Read file content */ |
| 77 | readFile(filePath: string): string | null; |
| 78 | /** Get project root */ |
no outgoing calls
no test coverage detected