4 lines
225 B
TypeScript
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;
|