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

DomUtils.textContent

Get a node's text content.

function textContent(node: Node | Node[]): string;
§
textContent(node: Node | Node[]): string
[src]

§Parameters

§
node: Node | Node[]
[src]

Node to get the text content of.

§Return Type

§
string
[src]

node's text content.