@morjs/runtime-web
Version:
mor runtime for web
16 lines • 364 B
JavaScript
;
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