Skip to main content
Module

x/cheerio/mod.ts>cheerio.BasicAcceptedElems

Cheerio port to Deno with typings
Latest
type alias cheerio.BasicAcceptedElems
import { type cheerio } from "https://deno.land/x/cheerio@1.0.7/mod.ts";
const { BasicAcceptedElems } = cheerio;

Elements that can be passed to manipulation methods.

definition:
| T[]
| T
| string