UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 243 B
import { sanitize } from '../../commons/text'; import { arialabelText } from '../../commons/aria'; function ariaLabelEvaluate(node, options, virtualNode) { return !!sanitize(arialabelText(virtualNode)); } export default ariaLabelEvaluate;