Function bytesToBase64

  • Convert a Uint8Array to a base64 encoded string.

    Returns

    The base64 encoded string.

    Parameters

    • bytes: Uint8Array

      The bytes to convert to a base64 encoded string.

    Returns string