import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { getChildren } = DomUtils;
Get a node's children.
Parameters
elem: Node
Node to get the children of.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { getChildren } = DomUtils;
Get a node's children.
Node to get the children of.