UNPKG

mongo-cursor-pagination

Version:

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

9 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { MAX_LIMIT: 300, DEFAULT_LIMIT: 50, COLLATION: null, }; exports.default = config; //# sourceMappingURL=config.js.map