UNPKG

374 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class ParkaConfig {
4 constructor(json) {
5 for (let key in json) {
6 if (json.hasOwnProperty(key)) {
7 this[key] = json[key];
8 }
9 }
10 }
11 configureApplication() { }
12}
13exports.ParkaConfig = ParkaConfig;
14//# sourceMappingURL=parka-config.js.map
\No newline at end of file