Files
oh-my-opencode/dist/shared/command-executor/shell-path.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
131 B
TypeScript

export declare function findZshPath(customZshPath?: string): string | null;
export declare function findBashPath(): string | null;