Skip to main content
method Deno.stdin.close
stdin.close(): void
Deprecated

Closes stdin, freeing the resource.

Deno.stdin.close();

Return Type

void
Back to top