Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.stdin

A handle for stdin.

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