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

isButtonElement

function isButtonElement(object: any): object is HTMLButtonElement;
§
isButtonElement(object: any): object is HTMLButtonElement
[src]

§Parameters

§
object: any
[src]

§Return Type

§
object is HTMLButtonElement
[src]