UNPKG

207 BTypeScriptView Raw
1import { InitResult } from '../../../typings';
2import { StringTask } from '../types';
3export declare function initTask(bare: boolean | undefined, path: string, customArgs: string[]): StringTask<InitResult>;