@jsvision/core / StreamOptions
Interface: StreamOptions
Defined in: host/streams.ts:21
The stream-related subset of HostOptions — enough for detectTty to run the same binding logic the host uses, before the host is started.
Properties
input?
readonlyoptionalinput?:ReadStream
Defined in: host/streams.ts:23
Input stream. Default: process.stdin.
output?
readonlyoptionaloutput?:WriteStream
Defined in: host/streams.ts:25
Output stream. Default: process.stdout.
preferDevTty?
readonlyoptionalpreferDevTty?:boolean
Defined in: host/streams.ts:27
When true (default) and stdout is piped but a controlling terminal exists, bind to /dev/tty.