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

DomUtils.innerText

Get a node's inner text.

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

§Parameters

§
node: Node | Node[]
[src]

Node to get the inner text of.

§Return Type

§
string
[src]

node's inner text.