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

isHTMLElement

Checks if the given DOM node is an HTMLElement.

function isHTMLElement(node: Node): node is HTMLElement;
§
isHTMLElement(node: Node): node is HTMLElement
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is HTMLElement
[src]