Package: @effect/platform Module: Command
@effect/platform
Command
Specify the standard error stream for a command.
Signature
declare const stderr: { (stderr: Command.Output): (self: Command) => Command; (self: Command, stderr: Command.Output): Command; }
Source
Since v1.0.0