property
Spawn.SpawnSyncOptions.stdout
stdout?: Out
The file descriptor for the standard output. It may be:
"pipe",undefined: The process has a ReadableStream for standard output/error"ignore",null: The process has no standard output/error"inherit": The process inherits the standard output/error of the current processArrayBufferView: The process writes to the preallocated buffer. Not implemented.number: The process writes to the file descriptor