UNPKG

simple-git

Version:

Simple GIT interface for node.js

3 lines (2 loc) 135 B
import { FetchResult } from '../../../typings'; export declare function parseFetchResult(stdOut: string, stdErr: string): FetchResult;