import { hasChildren } 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 is a NodeWithChildren
(has children), false
otherwise.
import { hasChildren } from "https://deno.land/x/html_parser@v0.1.3/src/Node.ts";
Node to check.
true
if the node is a NodeWithChildren
(has children), false
otherwise.