UNPKG

current-git-branch

Version:

A tool to check if files are added in a git repository

6 lines (5 loc) 141 B
declare const branchName: (options?: { cwd?: string; branchOptions?: string | string[]; }) => string | false; export default branchName;