interface toWritableStreamOptionsimport { type toWritableStreamOptions } from "https://deno.land/std@0.220.0/io/mod.ts"; Options for toWritableStream. PropertiesoptionalautoClose: boolean = trueIf the writer is also a Closer, automatically close the writer when the stream is closed, aborted, or a write error occurs.