UNPKG

@vuepress/plugin-git

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