UNPKG

nestjs-keyset-paginator

Version:

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

11 lines (10 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Paginator = void 0; const paginate_1 = require("./paginate"); class Paginator { constructor() { this.paginate = paginate_1.paginate; } } exports.Paginator = Paginator;