UNPKG

@conpago/mongo-cursor-pagination

Version:

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

4 lines (3 loc) 187 B
import { Document } from "mongodb"; export declare const encode: (obj: string | object | Document) => string; export declare const decode: (str: string) => Document | string | undefined;