method Inflate.prototype.pushimport { Inflate } from "https://deno.land/x/compress@v0.5.0/zlib/inflate.ts"; push(data: Uint8Array, mode: boolean | number): Uint8ArrayPushes data to be inflated. Parametersdata: Uint8Array The compressed data to inflate. mode: boolean | number The mode for inflation (finish or no flush). ReturnsUint8ArrayThe inflated data as a Uint8Array.