UNPKG
horojs
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A micro library for a reactive UI application.
github.com/lroskoshin/horo
lroskoshin/horo
horojs
/
dist
/
horo.js
3 lines
(2 loc)
•
247 B
JavaScript
View Raw
1
2
3
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