Sign in
chromium
/
devtools
/
devtools-frontend
/
907dfdffa300ba5580da7eef717930396d763b4e
/
.
/
node_modules
/
axe-core
/
lib
/
rules
/
data-table-matches.js
blob: cf696712513687c9dccb0570e865e7ad91cc79c1 [
file
]
import
{
isDataTable
}
from
'../commons/table'
;
function
dataTableMatches
(
node
)
{
return
isDataTable
(
node
);
}
export
default
dataTableMatches
;