UNPKG

@eljs/utils

Version:
10 lines 256 B
/** * 全局是否存在 git */ export declare function hasGit(): Promise<boolean>; /** * 项目是否存在 git * @param cwd 当前工作目录 */ export declare function hasProjectGit(cwd: string): Promise<boolean>; //# sourceMappingURL=env.d.ts.map