method Writer.prototype.initimport { Writer } from "https://dotland.deno.dev/x/zipjs@v2.7.23/index.d.ts"; init(size?: number): Promise<void>Initializes the instance asynchronously Initializes the instance asynchronously Parametersoptionalsize: numberthe total size of the written data in bytes. ReturnsPromise<void>