UNPKG

301 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class UrlMapping {
4 constructor(url, model, template) {
5 this.url = url;
6 this.model = model;
7 this.template = template;
8 }
9}
10exports.UrlMapping = UrlMapping;
11//# sourceMappingURL=UrlMapping.js.map
\No newline at end of file