Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isMathMLElement

Checks 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]