UNPKG

@nestjs/swagger

Version:

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

8 lines (7 loc) 247 B
import { DECORATORS } from '../constants.js'; import { createMethodDecorator } from './helpers.js'; export function ApiExcludeEndpoint(disable = true) { return createMethodDecorator(DECORATORS.API_EXCLUDE_ENDPOINT, { disable }); }