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