UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 201 B
import svgNamespaceMatches from './svg-namespace-matches'; function htmlNamespaceMatches(node, virtualNode) { return !svgNamespaceMatches(node, virtualNode); } export default htmlNamespaceMatches;