UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (8 loc) 217 B
import { isHTML5 } from '../../commons/dom'; function html5ScopeEvaluate(node) { if (!isHTML5(document)) { return true; } return node.nodeName.toUpperCase() === 'TH'; } export default html5ScopeEvaluate;