Check if a file exists
(filePath: string)
| 85 | iterateNodesByKind?(kind: Node['kind']): IterableIterator<Node>; |
| 86 | /** Check if a file exists */ |
| 87 | fileExists(filePath: string): boolean; |
| 88 | /** Read file content */ |
| 89 | readFile(filePath: string): string | null; |
| 90 | /** |
no outgoing calls
no test coverage detected