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

10 lines (9 loc) • 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThemeInterface = void 0; class ThemeInterface { constructor() { this.DEFAULT_CSS_PATH = "dist/interfaces/swagger/themes/css"; } } exports.ThemeInterface = ThemeInterface;