method Deno.stdin.close
Jump to headingstdin.close(): void
Closes stdin
, freeing the resource.
Deno.stdin.close();
Return Type Jump to heading
void
Jump to headingstdin.close(): void
Closes stdin
, freeing the resource.
Deno.stdin.close();
void