INNER CODE UNIT · JavaScript

paginateQueryHelper

aravindnc/mongoose-paginate-v2 · src/pagination-queryHelper.js:7

function paginateQueryHelper(options) {
  return this.model.paginate(this.getQuery(), options);
}

module.exports = paginateQueryHelper;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…