import * as htmlParser from "https://deno.land/x/html_parser@v0.1.3/src/utils/querying.ts";
Functions
Search a node and its children for nodes passing a test function. | |
f find | Search an array of node and its children for nodes passing a test function. |
Search and array of nodes and its children for nodes passing a test function. | |
Finds one element in a tree that passes a test. | |
Finds the first element inside of an array that matches a test function. |