UNPKG

94 BJavaScriptView Raw
1module.exports = function isRuleWithNodes(node) {
2 return node.nodes && node.nodes.length;
3};