UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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; } };