import getNodeName from"./getNodeName.js";export default function isTableElement(e){return 0<=["table","td","th"].indexOf(getNodeName(e))}