Files
oh-my-opencode/dist/tools/grep/downloader.d.ts
T

4 lines
225 B
TypeScript
Raw Normal View History

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