3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export declare function findZshPath(customZshPath?: string): string | null;
|
|
export declare function findBashPath(): string | null;
|