Function bytesToString

  • Convert a UTF-8 encoded Uint8Array to a string.

    Returns

    The string.

    Parameters

    • bytes: Uint8Array

      The bytes to convert to a string.

    Returns string