UNPKG

simple-git

Version:

Simple GIT interface for node.js

3 lines (2 loc) 130 B
import type { BranchSummary } from '../../../typings'; export declare function parseBranchSummary(stdOut: string): BranchSummary;