Function deserializeBool

  • Deserializes an array representing the bytes of a boolean.

    Returns

    The deserialized boolean.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the boolean.

    • options: ByteifyOptions = ...

      The ByteifyOptions to use to deserialize the array.

    Returns boolean

Generated using TypeDoc