function unzlibSyncimport { unzlibSync } from "https://deno.land/x/polkadot@0.2.35/wasm-util/index.ts"; unzlibSync(data: Uint8Array, out?: Uint8Array)Expands Zlib data Parametersdata: Uint8ArrayThe data to decompress optionalout: Uint8ArrayWhere to write the data. Saves memory if you know the decompressed size and provide an output buffer of that length.