@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
10 lines (9 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApiExcludeController = void 0;
const constants_1 = require("../constants");
const helpers_1 = require("./helpers");
function ApiExcludeController(disable = true) {
return helpers_1.createClassDecorator(constants_1.DECORATORS.API_EXCLUDE_CONTROLLER, [disable]);
}
exports.ApiExcludeController = ApiExcludeController;