method ZipDirectoryEntry.prototype.importData64URIimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; importData64URI(dataURI: string, options?: ZipReaderConstructorOptions): Promise<[ZipEntry]>Extracts a zip file provided as a Data URI string encoded in Base64 into the entry Extracts a zip file provided as a Data URI string encoded in Base64 into the entry ParametersdataURI: stringThe Data URI string encoded in Base64. optionaloptions: ZipReaderConstructorOptionsThe options. ReturnsPromise<[ZipEntry]>