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

isDocumentFragment

Checks if the given DOM node is a DocumentFragment.

function isDocumentFragment(node: Node): node is DocumentFragment;
§
isDocumentFragment(node: Node): node is DocumentFragment
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is DocumentFragment
[src]