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

isDocument

Checks if the given DOM node is a Document.

function isDocument(node: Node): node is Document;
§
isDocument(node: Node): node is Document
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is Document
[src]