method ZipFileEntry.prototype.getTextimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; getText(encoding?: string, options?: EntryGetDataOptions): Promise<string>Retrieves the text content of the entry as a string Retrieves the text content of the entry as a string Parametersoptionalencoding: stringThe encoding of the text. optionaloptions: EntryGetDataOptionsThe options. ReturnsPromise<string>A promise resolving to a string.