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

isTextNode

Checks if the given DOM node is a Text node.

function isTextNode(node: Node): node is Text;
§
isTextNode(node: Node): node is Text
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is Text
[src]