(pathA: string, pathB: string)
| 333 | resolvePath(base: string, path: string): Promise<string>; |
| 334 | glob(pattern: string): Promise<string[]>; |
| 335 | diff(pathA: string, pathB: string): Promise<string>; |
| 336 | diffContent(path: string, newContent: string): Promise<string>; |
| 337 | createArchive( |
| 338 | path: string, |
no outgoing calls
no test coverage detected