Skip to main content
property Deno.stdin.readable

A readable stream interface to stdin.

Type

ReadableStream<Uint8Array>
Back to top