UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 147 B
import { isDataTable } from '../commons/table'; function dataTableMatches(node) { return isDataTable(node); } export default dataTableMatches;