(base: string, path: string)
| 331 | readlink(path: string): Promise<string>; |
| 332 | realpath(path: string): Promise<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>; |
no outgoing calls
no test coverage detected