UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

11 lines (10 loc) 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const constants_1 = require("../constants"); const helpers_1 = require("./helpers"); function ApiExcludeEndpoint() { return helpers_1.createMethodDecorator(constants_1.DECORATORS.API_EXCLUDE_ENDPOINT, { disable: true }); } exports.ApiExcludeEndpoint = ApiExcludeEndpoint;