isMathMLElementChecks if the given DOM node is an MathMLElement. function isMathMLElement(node: Node): node is MathMLElement;§isMathMLElement(node: Node): node is MathMLElement[src]§Parameters§node: Node[src]§Return Type§node is MathMLElement[src]