UNPKG

219 BTypeScriptView Raw
1import { PullResult } from '../../../typings';
2import { Maybe, StringTask } from '../types';
3export declare function pullTask(remote: Maybe<string>, branch: Maybe<string>, customArgs: string[]): StringTask<PullResult>;