@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
5 lines (4 loc) • 357 B
TypeScript
import { OpenAPIObject, SwaggerCustomOptions } from '../interfaces';
export declare function buildSwaggerInitJS(swaggerDoc: OpenAPIObject, customOptions?: SwaggerCustomOptions): string;
export declare function getSwaggerAssetsAbsoluteFSPath(): string;
export declare function buildSwaggerHTML(baseUrl: string, customOptions?: SwaggerCustomOptions): string;