import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { findAll } = DomUtils;
Search and array of nodes and its children for nodes passing a test function.
Same as find
, only with less options, leading to reduced complexity.