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
/
parser
/
parse-template.js
3 lines
(2 loc)
•
201 B
JavaScript
View Raw
1
2
3
import
{joiner
as
e}
from
"./joiner.js"
;
function
t
(
t,n
){
const
o=
document
.
createElement
(
"template"
);
return
o.
innerHTML
=
e
(t),o.
content
}
export
{t
as
parseTemplate};
//# sourceMappingURL=parse-template.js.map