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

isHtmlElement

function isHtmlElement(object: any): object is HTMLElement;
§
isHtmlElement(object: any): object is HTMLElement
[src]

§Parameters

§
object: any
[src]

§Return Type

§
object is HTMLElement
[src]