UNPKG

pedrodev.applications

Version:

a package to manage Pedro De's applications, but useful for others.

7 lines (6 loc) 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PedroDevApp = exports.ApplicationsTypes = void 0; const app_config_js_1 = require("./config/app.config.js"); Object.defineProperty(exports, "ApplicationsTypes", { enumerable: true, get: function () { return app_config_js_1.ApplicationsTypes; } }); Object.defineProperty(exports, "PedroDevApp", { enumerable: true, get: function () { return app_config_js_1.PedroDevApp; } });