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