import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { find } = DomUtils;
Search an array of node and its children for nodes passing a test function.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { find } = DomUtils;
Search an array of node and its children for nodes passing a test function.