Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/utils/mod.ts>existsOne

Port of fb55/htmlparser2 for Deno
Latest
function existsOne
import { existsOne } from "https://deno.land/x/html_parser@v0.1.3/src/utils/mod.ts";

Parameters

test: (elem: Element) => boolean

Function to test nodes on.

nodes: Node[]

Array of nodes to search.

Returns

boolean

Whether a tree of nodes contains at least one node passing a test.