mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
module.exports = function isRuleWithNodes(node) {
|
|
return node.nodes && node.nodes.length;
|
|
};
|