function isTagimport { isTag } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts"; isTag(node: Node): node is ElementParametersnode: NodeNode to check. Returnsnode is Elementtrue if the node is a Element, false otherwise.