interface WritableStreamFromWriterOptionsimport { type WritableStreamFromWriterOptions } from "https://deno.land/x/clippy@v0.2.0/deps.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.