UNPKG

swagger-tools-oas3

Version:

Swagger-UI and API Rest Routing for Open API v3.

3 lines (2 loc) 133 B
import * as express from 'express'; export declare function initSwaggerDocs(app: express.Application, definitionPath: string): void;