(prefix: string)
| 51 | >; |
| 52 | find(directory: string, pattern?: string): Promise<Array<{ path: string; type: "file" | "dir" }>>; |
| 53 | ls(prefix: string): Promise<string[]>; |
| 54 | grep( |
| 55 | pattern: string, |
| 56 | path: string, |
no outgoing calls
no test coverage detected