UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 226 B
import { DECORATORS } from '../constants.js'; import { createMixedDecorator } from './helpers.js'; export function ApiCallbacks(...callbackObject) { return createMixedDecorator(DECORATORS.API_CALLBACKS, callbackObject); }