method ZipFileEntry.prototype.replaceUint8Arrayimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; replaceUint8Array(array: Uint8Array): voidReplaces the content of the entry with a Uint8Array instance Replaces the content of the entry with a Uint8Array instance Parametersarray: Uint8ArrayThe Uint8Array instance. Returnsvoid