UNPKG

simple-git

Version:

Simple GIT interface for node.js

5 lines (4 loc) 244 B
import { PullResult } from '../../../typings'; import { StringTask } from './task'; import { Maybe } from '../types'; export declare function pullTask(remote: Maybe<string>, branch: Maybe<string>, customArgs: string[]): StringTask<PullResult>;