UNPKG
redux-ts
Version:
latest (4.3.0)
4.3.0
4.2.0-rc.7
4.2.0-rc.6
4.2.0-rc.5
4.2.0-rc.4
4.2.0-rc.3
4.2.0-rc.2
4.2.0-rc.1
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.6.0
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Utils to define redux reducer/action in typescript
cimdalli/redux-ts
redux-ts
/
lib
/
index.d.ts
7 lines
(6 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
'./polyfills/promise.polyfill'
;
export
*
from
'./models/action.model'
;
export
*
from
'./models/redux.model'
;
export
*
from
'./reducer.builder'
;
export
*
from
'./store.builder'
;
export
*
from
'./helpers/redux.helpers'
;