function testElementimport { testElement } from "https://deno.land/x/html_parser@v0.1.3/src/utils/mod.ts"; testElement(options: TestElementOpts, node: Node): booleanParametersoptions: TestElementOptsAn object describing nodes to look for. node: NodeThe element to test. ReturnsbooleanWhether the element matches the description in options.