Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

method Deno.stdin.close

#stdin.close(): void

Closes stdin, freeing the resource.

Deno.stdin.close();

Return Type #

void