UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

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;