function isCommentimport { isComment } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts"; isComment(node: Node): node is DataNodeParametersnode: NodeNode to check. Returnsnode is DataNodetrue if the node has the type Comment, false otherwise.