@conpago/mongo-cursor-pagination
Version:
Make it easy to return cursor-paginated results from a Mongo collection
14 lines • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
/**
* {Number} The maximum limit (page size).
*/
MAX_LIMIT: 300,
/**
* {Number} The default limit (page size), if none is specified.
*/
DEFAULT_LIMIT: 50,
COLLATION: undefined,
};
//# sourceMappingURL=config.js.map