Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/utils/stringify.ts>innerText

Port of fb55/htmlparser2 for Deno
Latest
function innerText
import { innerText } from "https://deno.land/x/html_parser@v0.1.3/src/utils/stringify.ts";

Get a node's inner text.

Parameters

node: Node | Node[]

Node to get the inner text of.

Returns

string

node's inner text.