elearning/Frontend-Learner/node_modules/simple-git/dist/src/lib/parsers/parse-fetch.d.ts
2026-01-13 10:48:02 +07:00

2 lines
135 B
TypeScript

import { FetchResult } from '../../../typings';
export declare function parseFetchResult(stdOut: string, stdErr: string): FetchResult;