Type Alias ExecaChildProcess<StdoutErrorType>

ExecaChildProcess<StdoutErrorType>: ChildProcess & ExecaChildPromise<StdoutErrorType> & Promise<ExecaReturnValue<StdoutErrorType>>

Type Parameters

  • StdoutErrorType = string