Skip to main content

stdin

method Deno.ChildProcess.prototype.stdin
Jump to headingChildProcess.prototype.stdin(): WritableStream<Uint8Array>

Return Type Jump to heading

WritableStream<Uint8Array>
Back to top