UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 187 B
function scopeValueEvaluate(node, options) { var value = node.getAttribute('scope').toLowerCase(); return options.values.indexOf(value) !== -1; } export default scopeValueEvaluate;