import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { findOne } = DomUtils;
Finds one element in a tree that passes a test.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { findOne } = DomUtils;
Finds one element in a tree that passes a test.