UNPKG

@nestjs/swagger

Version:

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

8 lines (7 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_security_decorator_1 = require("./api-security.decorator"); function ApiBearerAuth(name = 'bearer') { return api_security_decorator_1.ApiSecurity(name); } exports.ApiBearerAuth = ApiBearerAuth;