UNPKG

code-story

Version:

Get your code activity log for standup from git

10 lines (9 loc) 229 B
export interface BranchInfo { name: string; position: number; remote?: string; } /** * Get breach info from stdout git nave-rev command */ export declare const getBranchInfoFromNameRev: (nameRev: string) => string;