method ZipFileEntry.prototype.replaceTextimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.d.ts"; replaceText(text: string): voidReplaces the content of the entry with a string Replaces the content of the entry with a string Parameterstext: stringThe string. Returnsvoid