• Transforms a buffer to an hexadecimal string. This will use the buffer as an Uint8Array.

    Parameters

    • buffer: ArrayBuffer

      The buffer to return the hexadecimal string of.

    Returns string