Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
csso
/
lib
/
clean
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/csso/lib/clean/utils.js
module.exports = { hasNoChildren: function(node) { return !node || !node.children || node.children.isEmpty(); }, isNodeChildrenList: function(node, list) { return node !== null && node.children === list; } };