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

Closes stderr, freeing the resource.

Deno.stderr.close();

Return Type #

void