UNPKG

cloudworker-proxy

Version:
4 lines (3 loc) 205 B
import { InitResult } from '../../../typings'; import { StringTask } from './task'; export declare function initTask(bare: boolean | undefined, path: string, customArgs: string[]): StringTask<InitResult>;