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

Return Type

ReadableStream<Uint8Array>
Back to top