UNPKG

@globalart/nestjs-swagger

Version:

A simple documentation builder for NestJS Swagger Module

3 lines (2 loc) 284 B
import { SwaggerDocumentationOptions } from "../interfaces"; export declare const SwaggerDocumentation: (data: SwaggerDocumentationOptions) => <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;