UNPKG

nestjs-sequelize-paginate

Version:

🏳‍🌈 Pagination helper method for Sequelize models.

10 lines (9 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Injection tokens */ exports.PAGINATE_SERVICE_TOKEN = Symbol('PAGINATE_SERVICE'); exports.PAGINATE_TOKEN = 'PAGINATION_TOKEN'; exports.PAGINATE_LOADER = 'PAGINATION_LOADER'; exports.PAGINATE_OPTIONS = 'PAGINATION_OPTIONS';