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

isInputElement

function isInputElement(object: any): object is HTMLInputElement;
§
isInputElement(object: any): object is HTMLInputElement
[src]

§Parameters

§
object: any
[src]

§Return Type

§
object is HTMLInputElement
[src]