UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

23 lines (17 loc) 444 B
"use strict"; var __importDefault = this && this.__importDefault || function(mod) { return mod && mod.__esModule ? mod : { default: mod }; }; Object.defineProperty(exports, "__esModule", { value: !0 }); const module_1 = __importDefault(require("./render/module")); function load(container) { (0, module_1.default)({ bind: container.bind }); } exports.default = load; //# sourceMappingURL=modules.js.map