cbor v0.3.1decodeBoolOn this pagedecodeBool export function decodeBool(bytes: BytesLike): boolean Decodes a CBOR encoded boolean. Throws an error if the next element in bytes isn't a boolean. Arguments 1. bytes bytes: BytesLike Returns boolean