UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 216 B
import { isDataTable } from '../commons/table'; import { isFocusable } from '../commons/dom'; function dataTableMatches(node) { return !isDataTable(node) && !isFocusable(node); } export default dataTableMatches;