Files
oh-my-opencode/dist/tools/grep/downloader.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
225 B
TypeScript

export declare function findFileRecursive(dir: string, filename: string): string | null;
export declare function downloadAndInstallRipgrep(): Promise<string>;
export declare function getInstalledRipgrepPath(): string | null;