Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getContentNode($, title, url, opts) {
return cleanContent(extractBestNode($, opts), {
$,
cleanConditionally: opts.cleanConditionally,
title,
url,
});
},