UNPKG

831 BJavaScriptView Raw
1define(["require", "exports", "../utils/id"], function (require, exports, id_1) {
2 "use strict";
3 Object.defineProperty(exports, "__esModule", { value: true });
4 exports.AsyncContainerModule = exports.ContainerModule = void 0;
5 var ContainerModule = (function () {
6 function ContainerModule(registry) {
7 this.id = (0, id_1.id)();
8 this.registry = registry;
9 }
10 return ContainerModule;
11 }());
12 exports.ContainerModule = ContainerModule;
13 var AsyncContainerModule = (function () {
14 function AsyncContainerModule(registry) {
15 this.id = (0, id_1.id)();
16 this.registry = registry;
17 }
18 return AsyncContainerModule;
19 }());
20 exports.AsyncContainerModule = AsyncContainerModule;
21});
22//# sourceMappingURL=container_module.js.map
\No newline at end of file