UNPKG

@nestjs/swagger

Version:

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

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