• Inflate decompression

    Parameters

    • data: Uint8Array

      The data to be decompressed

    Returns Result<Uint8Array, InflateError>

    A Result containing the decompressed Uint8Array on ok or a InflateError on error

Generated using TypeDoc