Skip to main content
type alias cheerio.SelectorType
import { type cheerio } from "https://deno.land/x/deno_temme@v1.0.0/deps.ts";
const { SelectorType } = cheerio;

Type for identifying selectors. Allows us to "upgrade" queries using selectors to return Elements.

definition: `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`