Documentation
    Preparing search index...

    Variable bytesToUtf8Const

    bytesToUtf8: (b: Uint8Array) => string

    Decode byte array to utf-8 string.

    Type declaration

      • (b: Uint8Array): string
      • Parameters

        • b: Uint8Array

        Returns string