UNPKG

detect-shells

Version:

Detect shells installed on a system

3 lines (2 loc) 127 B
export declare function findGitOnPath(): Promise<string | undefined>; export declare function isGitOnPath(): Promise<boolean>;