UNPKG

create-nx-workspace

Version:

Smart Repos · Fast Builds

9 lines 344 B
/** * Use spawn only for interactive shells */ export declare function spawnAndWait(command: string, args: string[], cwd: string): Promise<unknown>; export declare function execAndWait(command: string, cwd: string, silenceErrors?: boolean): Promise<{ code: number; stdout: string; }>; //# sourceMappingURL=child-process-utils.d.ts.map