method Deno.stdin.close stdin.close(): void Closes `stdin`, freeing the resource. ```ts Deno.stdin.close(); ``` Return Type void