Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/wasm-util/bundle.ts>unzlibSync

Package publishing for deno.land/x/polkadot
Latest
function unzlibSync
import { unzlibSync } from "https://deno.land/x/polkadot@0.2.45/wasm-util/bundle.ts";

Expands Zlib data

Parameters

data: Uint8Array

The data to decompress

optional
out: Uint8Array

Where to write the data. Saves memory if you know the decompressed size and provide an output buffer of that length.