Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/deflate/inflate_raw.ts>inflateRaw

compress and uncompress for Deno
Latest
function inflateRaw
import { inflateRaw } from "https://deno.land/x/compress@v0.5.0/deflate/inflate_raw.ts";

Decompresses a raw Uint8Array data.

Parameters

arr: Uint8Array
  • The Uint8Array data to decompress.

Returns

Uint8Array

The decompressed Uint8Array data.