const cheerio = require("cheerio");
const $ = cheerio.load(pageHTML.data);
function initialize(selector, context, root, opts) {
html = function html(dom, options) {
xml = function xml(dom) {
text = function text(elements) {
parseHTML = function parseHTML(data, context, keepScripts) {
root = function root() {
contains = function contains(container, contained) {
merge = function merge(arr1, arr2) {
load = function load(content, options, isDocument) {
_root = Document {parent: null, prev: null, next: null, startIndex: null, endIndex: null, ...}
_options = Object {xml: false, decodeEntities: true}
fn = Cheerio {constructor: Function, _make: Function, _parse: Function, _render: Function}
length = 4
name = "initialize"
prototype = Cheerio {constructor: Function, _make: Function, _parse: Function, _render: Function}
[[Prototype]] = function () { [native code] }
[[Scopes]] = Scopes[4]
let obj = $("a.page-numbers");