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

parseHTML

deprecated

In order to promote consistency with the jQuery library, users are encouraged to instead use the static method of the same name as it is defined on the "loaded" Cheerio factory function.

@deprecated

See {@link static/parseHTML}.

@example
const $ = cheerio.load('');
$.parseHTML('<b>markup</b>');
const parseHTML: staticMethods.parseHTML;