UNPKG

249 BTypeScriptView Raw
1import { FetchResult } from '../../../typings';
2import { StringTask } from '../types';
3import { EmptyTask } from './task';
4export declare function fetchTask(remote: string, branch: string, customArgs: string[]): StringTask<FetchResult> | EmptyTask;