1 2 3 4 5
import cheerio from 'cheerio'; /** load html */ export function doc(html) { return cheerio.load(html); }