UNPKG

git-command-helper

Version:
8 lines (7 loc) 155 B
/** * check file is untracked * @param filePath */ export declare function isUntracked(filePath: string, opt?: { cwd: string; }): Promise<boolean>;