blob: cf696712513687c9dccb0570e865e7ad91cc79c1 [file]
import { isDataTable } from '../commons/table';
function dataTableMatches(node) {
return isDataTable(node);
}
export default dataTableMatches;