Files
oh-my-opencode/dist/tools/ast-grep/cli-binary-path-resolution.d.ts
T

6 lines
297 B
TypeScript
Raw Normal View History

export declare function getAstGrepPath(): Promise<string | null>;
export declare function startBackgroundInit(): void;
export declare function isCliAvailable(): boolean;
export declare function ensureCliAvailable(): Promise<boolean>;
export declare function getResolvedSgCliPath(): string | null;