UNPKG

cloudworker-proxy

Version:
6 lines (5 loc) 380 B
import { StringTask } from './task'; export declare function addSubModuleTask(repo: string, path: string): StringTask<string>; export declare function initSubModuleTask(customArgs: string[]): StringTask<string>; export declare function subModuleTask(customArgs: string[]): StringTask<string>; export declare function updateSubModuleTask(customArgs: string[]): StringTask<string>;