UNPKG
chooet
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
All the goodness of choo, multi-threaded by duet.
codeberg.org/colingourlay/chooet
chooet
/
html.js
5 lines
(3 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
const
hyperx =
require
(
'hyperx'
);
const
h =
require
(
'virtual-dom/h'
);
module
.
exports
=
hyperx
(h);