UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

10 lines (9 loc) 275 B
"use strict";var registry = require("@internal/components-registry"); exports.getComponentForEl = require("@internal/components-util").T_; exports.init = registry.U_; exports.register = function (id, component) { registry.r(id, function () { return component; }); };