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

6 lines
312 B
TypeScript

export declare function getCacheDir(): string;
export declare function getBinaryName(): string;
export declare function getCachedBinaryPath(): string | null;
export declare function downloadAstGrep(version?: string): Promise<string | null>;
export declare function ensureAstGrepBinary(): Promise<string | null>;