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

isElement

Checks if the given DOM node is an Element.

function isElement(node: Node): node is Element;
§
isElement(node: Node): node is Element
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is Element
[src]