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