unzip
external fun unzip(data: Uint8Array<*>, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
external fun unzip(data: ArrayBuffer, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
Just shortcut to inflate, because it autodetects format by header.content. Done for convenience.