(pattern: 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>; |
| 337 | createArchive( |
no outgoing calls
no test coverage detected