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

x/compress/mod.ts>inflateRaw

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

Inflates raw compressed data with the given options.

Parameters

input: Uint8Array
  • The raw compressed data to inflate.
optional
options: InflateOptions = [UNSUPPORTED]
  • Options for the inflation process.

Returns

Uint8Array

The inflated data as a Uint8Array.