unzip

external fun unzip(data: Uint8Array<*>, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
external fun unzip(data: ArrayBuffer, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
external fun unzip(data: Uint8Array<*>, options: InflateToStringOptions): String(source)
external fun unzip(data: ArrayBuffer, options: InflateToStringOptions): String(source)

Just shortcut to inflate, because it autodetects format by header.content. Done for convenience.