UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 201 B
import { sanitize } from '../commons/text'; function frameTitleHasTextMatches(node) { var title = node.getAttribute('title'); return !!sanitize(title); } export default frameTitleHasTextMatches;