Skip to main content
method Deno.ChildProcess.prototype.stdin
ChildProcess.prototype.stdin(): WritableStream<Uint8Array>
Deprecated

Return Type

WritableStream<Uint8Array>
Back to top