import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { findOneChild } = DomUtils;
Finds the first element inside of an array that matches a test function.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { findOneChild } = DomUtils;
Finds the first element inside of an array that matches a test function.