UNPKG

425 BTypeScriptView Raw
1import * as execa from "execa";
2export declare type ExecaReturns = execa.ExecaChildProcess;
3export declare type BuildCommand = () => Promise<ExecaReturns | void>;
4export declare function getRawBuildCommand(): string;
5export declare function createBuildCommand(buildCommand: string[], clearOutputFolder: boolean, outputFolder: string | string[]): () => Promise<ExecaReturns | void>;
6//# sourceMappingURL=commandRunner.d.ts.map
\No newline at end of file