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

isFormElement

function isFormElement(object: any): object is HTMLFormElement;
§
isFormElement(object: any): object is HTMLFormElement
[src]

§Parameters

§
object: any
[src]

§Return Type

§
object is HTMLFormElement
[src]