UNPKG

sourcecontrol

Version:

A modern TypeScript CLI application for source control

7 lines 285 B
import { BranchRefService } from './branch-ref'; export declare class BranchRename { private refService; constructor(refService: BranchRefService); renameBranch(oldName: string, newName: string, force?: boolean): Promise<void>; } //# sourceMappingURL=branch-rename.d.ts.map