Skip to main content
method Cheerio.prototype._make
Re-export
import { Cheerio } from "https://deno.land/x/deno_temme@v1.0.0/deps.ts";

Make a cheerio object.

Parameters

dom: ArrayLike<T> | T | string
  • The contents of the new object.
optional
context: BasicAcceptedElems<AnyNode>
  • The context of the new object.

Returns

The new cheerio object.