Skip to main content
Module

x/cheerio/types.ts>Selector

Cheerio port to Deno with typings
Go to Latest
interface Selector
import { type Selector } from "https://deno.land/x/cheerio@1.0.3/types.ts";

Call Signatures

(selector: string): Cheerio
(selector: string, context: string): Cheerio
(selector: string, context: Element): Cheerio
(selector: string, context: Element[]): Cheerio
(selector: string, context: Cheerio): Cheerio
(
selector: string,
context: string,
root: string,
): Cheerio
(
selector: string,
context: Element,
root: string,
): Cheerio
(
selector: string,
context: Element[],
root: string,
): Cheerio
(
selector: string,
context: Cheerio,
root: string,
): Cheerio
<T>(selector: T): Cheerio