root
deprecatedUsers seeking to access the top-level element of a parsed document should
instead use the root
static method of a "loaded" Cheerio function.
@example
const $ = cheerio.load('');
$.root();
const root: staticMethods.root;
Users seeking to access the top-level element of a parsed document should
instead use the root
static method of a "loaded" Cheerio function.
const $ = cheerio.load('');
$.root();