import { isDirective } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
Parameters
node: Node
Node to check.
Returns
node is ProcessingInstruction
true
if the node has the type ProcessingInstruction
, false
otherwise.
import { isDirective } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
Node to check.
true
if the node has the type ProcessingInstruction
, false
otherwise.