aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/tasks/pull.d.ts
blob: c08062fe603edee708d178b19ff0cfdfebce5867 (plain)
1
2
3
import { PullResult } from '../../../typings';
import { Maybe, StringTask } from '../types';
export declare function pullTask(remote: Maybe<string>, branch: Maybe<string>, customArgs: string[]): StringTask<PullResult>;