UNPKG
@reffect/localstore
Version:
experimental (0.0.0-experimental-0d9978c)
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
0.0.0-experimental-0d9978c
localStorage middleware for Reffect
@reffect/localstore
/
reffect-localstore.d.ts
4 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
declare
const
localstore
: <
Store
extends
object
>
(
store
:
Store
,
copy
: (obj:
object
) =>
object
) =>
Store
;
export
{ localstore };