UNPKG

@conpago/mongo-cursor-pagination

Version:

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

16 lines (12 loc) 298 B
import { CollationOptions } from "mongodb"; export default { /** * {Number} The maximum limit (page size). */ MAX_LIMIT: 700, /** * {Number} The default limit (page size), if none is specified. */ DEFAULT_LIMIT: 50, COLLATION: undefined as CollationOptions | undefined, };