(
pattern: string,
path: string,
options?: { ignoreCase?: boolean },
)
| 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, |
| 57 | options?: { ignoreCase?: boolean }, |
no outgoing calls
no test coverage detected