summer-glove
Version:
[](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
23 lines (22 loc) • 979 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const FeelingBlue_1 = __importDefault(require("./FeelingBlue"));
const Flattop_1 = __importDefault(require("./Flattop"));
const Material_1 = __importDefault(require("./Material"));
const Monokai_1 = __importDefault(require("./Monokai"));
const Muted_1 = __importDefault(require("./Muted"));
const NewsPaper_1 = __importDefault(require("./NewsPaper"));
const Outline_1 = __importDefault(require("./Outline"));
const ThemesType = {
FEELING_BLUE: new FeelingBlue_1.default(),
FLATTOP: new Flattop_1.default(),
MATERIAL: new Material_1.default(),
MONOKAI: new Monokai_1.default(),
MUTED: new Muted_1.default(),
NEWS_PAPER: new NewsPaper_1.default(),
OUTLINE: new Outline_1.default(),
};
exports.default = ThemesType;