• Decodes the provided bytes into a string using the provided encoding scheme.

    Parameters

    • bytes: Uint8Array

      The bytes to decode.

    • Optional encoding: string

      The encoding scheme. Defaults to utf-8.

    Returns string

    Doc

Generated using TypeDoc