I followed your advice and kept the usage of R from 'ramda' instead of direct module function imports.
For cheerio imports, it is a bit different because of @deprecated warning :
/**
* The default cheerio instance.
*
* @deprecated Use the function returned by `load` instead.
*/
I followed your advice and kept the usage of R from 'ramda' instead of direct module function imports. For cheerio imports, it is a bit different because of @deprecated warning :