UNPKG

git-command-helper

Version:
9 lines (8 loc) 148 B
/** * check any files changed * @param opt */ export declare function gitHasChanges(opt: { [key: string]: any; cwd: string; }): boolean;