aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/parsers/parse-fetch.d.ts
blob: 98dc1a3d80339d3d49b1e265c342d1237ba751b6 (plain)
1
2
import { FetchResult } from '../../../typings';
export declare function parseFetchResult(stdOut: string, stdErr: string): FetchResult;