5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
/**
|
|
* Check if the git repo is valid
|
|
*/
|
|
export declare const checkGitRepo: (cwd: string) => boolean;
|