Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BasicAcceptedElems

Elements that can be passed to manipulation methods.

type BasicAcceptedElems<T extends Node> =
| Cheerio<T>
| T[]
| T
| string;

§Type Parameters

§
T extends Node
[src]

§Type

§
Cheerio<T> | T[] | T | string
[src]