This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
hwq
/
qnadmin
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
qnadmin
/
node_modules
/
stylelint-order
/
utils
/
isRuleWithNodes.js
isRuleWithNodes.js
94 B
Trvalý odkaz
Historie
Surový
1
2
3
module.exports = function isRuleWithNodes(node) {
return node.nodes && node.nodes.length;
};