Skip to main content
Deno.stdin.readable - Deno documentation
property Deno.stdin.readable

A readable stream interface to stdin.

Type

ReadableStream<Uint8Array>