UNPKG
tooljs-web
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
tooljs-web by duy duc
github.com/duyduc2003/tooljs-web
duyduc2003/tooljs-web
tooljs-web
/
index.js
6 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
import
html
from
"./html.js"
;
import
createStore
from
'./store.js'
export
*
from
'./html.js'
export
*
from
'./store.js'
export
{ html, createStore }