UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 214 B
import { DECORATORS } from '../constants.js'; import { createMixedDecorator } from './helpers.js'; export function ApiConsumes(...mimeTypes) { return createMixedDecorator(DECORATORS.API_CONSUMES, mimeTypes); }