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

Renders the document.

Parameters

  • Options for the renderer.
optional
options: CheerioOptions

Returns

string

The rendered document.

Renders the document.

Parameters

  • Element to render.
  • Options for the renderer.
optional
options: CheerioOptions

Returns

string

The rendered document.