@visactor/vrender-core
Version:
## Description
25 lines (18 loc) • 573 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.AsyncContainerModule = exports.ContainerModule = void 0;
const id_1 = require("../utils/id");
class ContainerModule {
constructor(registry) {
this.id = (0, id_1.id)(), this.registry = registry;
}
}
exports.ContainerModule = ContainerModule;
class AsyncContainerModule {
constructor(registry) {
this.id = (0, id_1.id)(), this.registry = registry;
}
}
exports.AsyncContainerModule = AsyncContainerModule;
//# sourceMappingURL=container_module.js.map