UNPKG

@tepez/mongo-cursor-pagination

Version:

Make it easy to return cursor-paginated results from a Mongo collection

11 lines (10 loc) 196 B
module.exports = { /** * {Number} The maximum limit (page size). */ MAX_LIMIT: 300, /** * {Number} The default limit (page size), if none is specified. */ DEFAULT_LIMIT: 50 };