import { findAll } from "https://deno.land/x/html_parser@v0.1.3/src/utils/mod.ts";
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.
import { findAll } from "https://deno.land/x/html_parser@v0.1.3/src/utils/mod.ts";
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.