UNPKG

405 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ApiExcludeController = void 0;
4const constants_1 = require("../constants");
5const helpers_1 = require("./helpers");
6function ApiExcludeController(disable = true) {
7 return helpers_1.createClassDecorator(constants_1.DECORATORS.API_EXCLUDE_CONTROLLER, [disable]);
8}
9exports.ApiExcludeController = ApiExcludeController;