UNPKG

nestjs-keyset-paginator

Version:

a simple pagination library made for nestjs(mongoose) by hungreebee technologies

3 lines (2 loc) 135 B
import { startKeyDto } from './pagination.dto'; export declare const generatePaginationNextKey: (arr_start_keys: startKeyDto[]) => {};