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