function isDocumentimport { isDocument } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts"; isDocument(node: Node): node is DocumentParametersnode: NodeNode to check. Returnsnode is Documenttrue if the node has the type ProcessingInstruction, false otherwise.