UNPKG

@morjs/runtime-web

Version:
16 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.axmlApi = void 0; /** * * @param {*} tm templateManager */ function axmlApi(tm) { return { template(parent, tName, data) { return tm.renderTemplate(tName, data, parent); } }; } exports.axmlApi = axmlApi; //# sourceMappingURL=axml-api.js.map