UNPKG
@chickendinosaur/storex
Version:
latest (8.0.4)
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.0
6.0.0
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.5
5.0.4
5.0.3
5.0.2
5.0.0
4.0.1
4.0.0
3.1.0
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
Front-end state management system.
github.com/chickendinosaur/storex
chickendinosaur/storex
@chickendinosaur/storex
/
typings
/
create-store.d.ts
4 lines
(3 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
import
Store
from
'./store'
;
import
{
Reducer
}
from
'./create-reducer'
;
export
default
function
createStore
(
reducers?: Reducer[]
):
Store
;