import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.23/index.d.ts";
Replaces the content of the entry with a Blob
instance
Parameters
blob: Blob
The Blob
instance.
x/zipjs/index.d.ts>ZipFileEntry#replaceBlob
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.23/index.d.ts";
Replaces the content of the entry with a Blob
instance
The Blob
instance.