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