6 lines
236 B
TypeScript
6 lines
236 B
TypeScript
import execa from 'execa';
|
|
export declare function executeCommand(command: string, args: Array<string>, options: {
|
|
root: string;
|
|
silent?: boolean;
|
|
}): execa.ExecaChildProcess<string>;
|
|
//# sourceMappingURL=executeCommand.d.ts.map
|