UNPKG

horojs

Version:

A micro library for a reactive UI application.

3 lines (2 loc) 247 B
import{makeItReactive as r}from"./reactivity/make-it-reactive.js";import{parseTemplate as t}from"./parser/parse-template.js";function e(e,...i){const a=t(e);return{fragment:a,unsubscribe:r(a,i)}}export{e as horo}; //# sourceMappingURL=horo.js.map