UNPKG
@activejs/core
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.1.1
0.1.0
Pragmatic, Reactive State Management for JavaScript Apps
activejs.dev
activejs/activejs
@activejs/core
/
models
/
index.d.ts
10 lines
(9 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./base'
;
export
*
from
'./units'
;
export
*
from
'./async-system'
;
export
*
from
'./action'
;
export
*
from
'./cluster'
;
export
*
from
'./events'
;
export
*
from
'./operations'
;
export
*
from
'./utils'
;
export
*
from
'./global-config'
;