UNPKG
@horojs/core
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
A micro library for a reactive UI application.
github.com/lroskoshin/horo
lroskoshin/horo
@horojs/core
/
dist
/
horo.js
3 lines
(2 loc)
•
209 B
JavaScript
View Raw
1
2
3
import
{parseTemplate
as
r}
from
"./parser/parse-template.js"
;
import
{makeComponent
as
o}
from
"./make-component.js"
;
function
t
(
t,...e
){
const
m=
r
(t);
return
o
(m,e)}
export
{t
as
horo};
//# sourceMappingURL=horo.js.map