deno / 1.23.2 / ~ / deno.stdin.html /

Deno.stdin

A handle for stdin.

const stdin :
& Reader
& Closer
& {
readonly rid: number;
readonly readable: ReadableStream<Uint8Array>;
}
;

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.stdin