BasicAcceptedElemsElements 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]