UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

14 lines (10 loc) 228 B
function noEmptyRoleMatches(node, virtualNode) { if (!virtualNode.hasAttr('role')) { return false; } if (!virtualNode.attr('role').trim()) { return false; } return true; } export default noEmptyRoleMatches;