UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

9 lines (8 loc) 241 B
module.exports = { hasNoChildren: function(node) { return !node || !node.children || node.children.isEmpty(); }, isNodeChildrenList: function(node, list) { return node !== null && node.children === list; } };