function inflateRawimport { inflateRaw } from "https://deno.land/x/compress@v0.5.0/mod.ts"; inflateRaw(input: Uint8Array, options?: InflateOptions): Uint8ArrayInflates raw compressed data with the given options. Parametersinput: Uint8Array The raw compressed data to inflate. optionaloptions: InflateOptions = [UNSUPPORTED] Options for the inflation process. ReturnsUint8ArrayThe inflated data as a Uint8Array.