deno.com
method Deno.stdin.close
#stdin.close(): void

Closes stdin, freeing the resource.

Deno.stdin.close();

Return Type #

void