Sign in
chromium
/
devtools
/
devtools-frontend
/
3c3cd80fc6c3155451e67f5dc80bc8811368d9ce
/
.
/
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
;