method ZipDirectoryEntry.prototype.addDirectoryimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; addDirectory(name: string, options?: ZipWriterAddDataOptions): ZipDirectoryEntryAdds a directory Adds a directory Parametersname: stringThe relative filename of the directory. optionaloptions: ZipWriterAddDataOptionsThe options. ReturnsZipDirectoryEntryA ZipDirectoryEntry instance.