UNPKG
hg-sid
Version:
latest (0.1.3)
0.1.3
a front-end simple framework with mvc
github.com/hamger/sid
hamger/sid
hg-sid
/
src
/
data-dirver
/
index.ts
14 lines
(11 loc)
•
252 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
DD
from
'./instance'
import
{ initClassApi }
from
'./class-api'
import
observe
from
'./observer/observer'
import
Watcher
from
'./observer/watcher'
// 初始化 DD 的类方法
initClassApi
(
DD
)
export
default
DD
export
{ observe,
Watcher
}