UNPKG

@visactor/vrender-core

Version:
25 lines (18 loc) 573 B
"use strict"; 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