UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 205 B
import { DECORATORS } from '../constants.js'; import { createClassDecorator } from './helpers.js'; export function ApiSchema(options) { return createClassDecorator(DECORATORS.API_SCHEMA, [options]); }