UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 265 B
import { Type } from '@nestjs/common'; export declare const exploreGlobalApiProducesMetadata: (metatype: Type<unknown>) => { produces: any; }; export declare const exploreApiProducesMetadata: (instance: object, prototype: Type<unknown>, method: object) => any;