Function byteToBool

  • Converts a Uint8Array to a boolean value.

    Parameters

    • arr: Uint8Array

      The Uint8Array to convert.

    Returns boolean

    The converted boolean value.

Generated using TypeDoc