function isTextimport { isText } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts"; isText(node: Node): node is TextParametersnode: NodeNode to check. Returnsnode is Texttrue if the node has the type Text, false otherwise.