interface WritableStreamFromWriterOptionsimport { type WritableStreamFromWriterOptions } from "https://dotland.deno.dev/std@0.116.0/streams/conversion.ts"; PropertiesoptionalautoClose: booleanIf the writer is also a Deno.Closer, automatically close the writer when the stream is closed, aborted, or a write error occurs. Defaults to true.