Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/Node.ts>isDocument

Port of fb55/htmlparser2 for Deno
Latest
function isDocument
import { isDocument } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";

Parameters

node: Node

Node to check.

Returns

node is Document

true if the node has the type ProcessingInstruction, false otherwise.