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

DomUtils.isText

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

§Parameters

§
node: Node
[src]

Node to check.

§Return Type

§
node is Text
[src]

true if the node has the type Text, false otherwise.