UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

8 lines (7 loc) 230 B
import { Plugin } from '../app/BaseApp'; export declare class SwaggerPlugin implements Plugin { private swaggerPath; constructor(swaggerPath: any); name: string; willStart(app: any, context: any): Promise<void>; }