Nodeworker_threadsWorker.prototype.stdinproperty Worker.prototype.stdinIf stdin: true was passed to the Worker constructor, this is a writable stream. The data written to this stream will be made available in the worker thread as process.stdin. Type #Writable | null
property Worker.prototype.stdinIf stdin: true was passed to the Worker constructor, this is a writable stream. The data written to this stream will be made available in the worker thread as process.stdin. Type #Writable | null