Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cheerio/mod.ts>cheerio.default

Cheerio port to Deno with typings
Latest
variable cheerio.default
Deprecated
Deprecated

Use the function returned by load instead.

import { cheerio } from "https://deno.land/x/cheerio@1.0.7/mod.ts";
const { default } = cheerio;

The default cheerio instance.

type

import("./load.d.ts").CheerioAPI