UNPKG
@redux-ts-starter-kit/slice
Version:
alpha (2.0.0-alpha.6)
latest (3.0.7-alpha.0)
3.0.7-alpha.0
3.0.6-alpha.0
3.0.5-alpha.0
3.0.4-alpha.0
3.0.3-alpha.0
3.0.2-alpha.0
3.0.1-alpha.0
3.0.0-alpha.0
2.0.1
2.0.0
2.0.0-alpha.6
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.1.0-alpha.2
1.1.0-alpha.0
1.0.2-alpha.2
1.0.2-alpha.1
1.0.2-alpha.0
1.0.1
1.0.1-alpha.1
1.0.1-alpha.0
1.0.0
0.3.0-alpha.1
0.3.0-alpha.0
0.2.1
0.2.0
0.2.0-alpha.0
0.1.13
0.1.12
0.1.11
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
0.1.0-alpha.3
0.1.0-alpha.1
0.0.2-alpha.4
0.0.2-alpha.3
0.0.1
reduce redux boilerplate
github.com/Dudeonyx/redux-ts-starter-kit
Dudeonyx/redux-ts-starter-kit
@redux-ts-starter-kit/slice
/
lib
/
index.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'reselect'
;
export
*
from
'./action'
;
export
*
from
'./reducer'
;
export
{ produce
as
createNextState }
from
'immer'
;
export
{
default
as
memoize }
from
'memoize-state'
;
export
*
from
'./slice'
;
export
*
from
'./types'
;