function getTextDeprecatedDeprecatedUse textContent instead. import { getText } from "https://deno.land/x/html_parser@v0.1.3/src/utils/stringify.ts"; DeprecatedUse textContent instead. getText(node: Node | Node[]): stringGet a node's inner text. Same as textContent, but inserts newlines for <br> tags. Parametersnode: Node | Node[]Node to get the inner text of. Returnsstringnode's inner text.