(pattern: string, options?: SearchOptions)
| 86 | export interface FileSearch { |
| 87 | initialize(): Promise<void>; |
| 88 | search(pattern: string, options?: SearchOptions): Promise<string[]>; |
| 89 | } |
| 90 | |
| 91 | class RecursiveFileSearch implements FileSearch { |
no outgoing calls
no test coverage detected