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