interface WritableWriterimport { type WritableWriter } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.js"; Represents an instance used to write data into a WritableStream instance. Propertieswritable: WritableStreamThe WritableStream instance. optionalmaxSize: numberThe maximum size of split data when creating a ZipWriter instance or when calling {@link Entry#getData} with a generator of WritableWriter instances.