nestjs-paginate-relations-filter-middleware
Version:
An enhanced middleware for capturing unrelated filters for nestjs-paginate lib
8 lines • 655 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RelationFilterMiddleware = exports.RelationDecorator = void 0;
const relations_decorator_1 = require("./decorator/relations.decorator");
Object.defineProperty(exports, "RelationDecorator", { enumerable: true, get: function () { return relations_decorator_1.RelationDecorator; } });
const relation_filter_middleware_1 = require("./middleware/relation-filter.middleware");
Object.defineProperty(exports, "RelationFilterMiddleware", { enumerable: true, get: function () { return relation_filter_middleware_1.RelationFilterMiddleware; } });
//# sourceMappingURL=index.js.map