method Docx.prototype.toArchiveimport { Docx } from "https://deno.land/x/docxml@5.15.0/src/Docx.ts"; toArchive(): Promise<Archive>Create a ZIP archive, which is the handler for .docx files as a ZIP archive. ReturnsPromise<Archive>