• Converts Base64 string to Uint8Array / inflates then unpacks with MessagePack. This function is the inverse of packAndDeflateB64.

    Parameters

    • data: string

      Any Base64 data that has been compressed with

    • Optionalopts: { inflateOptions?: InflateOptions }

      Optional parameters.

    Returns any

    Inflated and unpacked data.