import { inflateRaw } from "https://deno.land/x/compress@v0.5.0/zlib/mod.ts";
Inflates raw compressed data with the given options.
Parameters
optional
options: InflateOptions = [UNSUPPORTED]- Options for the inflation process.
import { inflateRaw } from "https://deno.land/x/compress@v0.5.0/zlib/mod.ts";
Inflates raw compressed data with the given options.