UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

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