UNPKG
@mcastiello/simple-store
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A simple state manager that can store data via a reducer function.
@mcastiello/simple-store
/
dist
/
index.d.ts
3 lines
(2 loc)
•
50 B
TypeScript
View Raw
1
2
3
export
*
from
"./store"
;
export
*
from
"./types"
;