method ZipDirectoryEntry.prototype.addTextimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; addText(name: string,text: string,options?: ZipWriterAddDataOptions,): ZipFileEntry<string, string>Adds an entry with content provided as text Adds an entry with content provided as text Parametersname: stringThe relative filename of the entry. text: stringThe text. optionaloptions: ZipWriterAddDataOptionsThe options. ReturnsZipFileEntry<string, string>A ZipFileEntry instance.