UNPKG

git-command-helper

Version:
7 lines (6 loc) 184 B
import { spawnAsync } from "../spawn"; /** * get current branch * @returns */ export declare function getGithubCurrentBranch(opt?: spawnAsync.SpawnOptions): Promise<string | void>;