test/node_modules/@vuepress/plugin-git/lib/node/utils/checkGitRepo.d.ts
2024-08-13 09:27:52 +08:00

5 lines
103 B
TypeScript

/**
* Check if the git repo is valid
*/
export declare const checkGitRepo: (cwd: string) => boolean;