generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "RouteModule", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return RouteModule;
|
||||
}
|
||||
});
|
||||
class RouteModule {
|
||||
constructor({ userland, definition }){
|
||||
this.userland = userland;
|
||||
this.definition = definition;
|
||||
}
|
||||
}
|
||||
|
||||
//# sourceMappingURL=route-module.js.map
|
||||
Reference in New Issue
Block a user