UNPKG

summer-glove

Version:

[![npm version](https://img.shields.io/npm/v/npm-package.svg?style=flat)](https://www.npmjs.com/package/summer-glove) ## Fit like a glove 🧤 Summer-glove is a route manager, providing a quick and easy way to configure an express application. Summer-glo

18 lines (17 loc) • 608 B
import { ThemeInterface } from "../../interfaces/swagger/themes/ThemeInterface"; import Core from "./Core"; export default class SwaggerInformationCore implements Core { private constructor(); private static instance; static getInstance(): SwaggerInformationCore; private mappedApi; private security; private theme; private swaggerConfig; private swaggerEndpoint; setTheme(theme: ThemeInterface): void; setSwaggerEndpoint(swaggerEndpoint: string): void; setSecurity(newSecurity: any): void; cleanObjects(): void; getObjectConfig(): any; }