Function bytesToStr

  • Converts Uint8Array to a string.

    Parameters

    • arr: Uint8Array

      the array to convert

    Returns string

    A string representation of the array in utf-8 encoding