UNPKG

mongo-cursor-pagination

Version:

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

8 lines (7 loc) 167 B
interface Config { MAX_LIMIT: number; DEFAULT_LIMIT: number; COLLATION: Record<string, any> | null; } declare const config: Config; export default config;