UNPKG

simple-git

Version:

Simple GIT interface for node.js

5 lines (4 loc) 249 B
import { FetchResult } from '../../../typings'; import { StringTask } from '../types'; import { EmptyTask } from './task'; export declare function fetchTask(remote: string, branch: string, customArgs: string[]): StringTask<FetchResult> | EmptyTask;