Package: @effect/platform
Module: Command
Pipe one command to another command from left to right.
Conceptually, the equivalent of piping one shell command to another:
command1 | command2
Signature
declare const pipeTo: { (into: Command): (self: Command) => Command; (self: Command, into: Command): Command; }
Since v1.0.0