UNPKG
tw-unity
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
javascript module for Unity Framework for Hybrid Application
tw-unity
/
src
/
index.ts
12 lines
(10 loc)
•
194 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Router
from
"./router"
import
View
from
"./view"
import
Controller
from
"./controller"
import
PageManager
from
"./pagemanager"
export
= {
Router
,
View
,
Controller
,
PageManager
}