property
Spawn.BaseOptions.stdin
stdin?: In
The file descriptor for the standard input. It may be:
"ignore",null,undefined: The process has no standard input"pipe": The process has a new FileSink for standard input"inherit": The process inherits the standard input of the current processArrayBufferView,Blob: The process reads from the buffernumber: The process reads from the file descriptor