UNPKG
@wora/relay-store
Version:
beta (8.0.0-rc.1)
latest (8.0.0)
8.0.0
8.0.0-rc.1
7.0.0
6.0.1
6.0.0
6.0.0-rc.1
5.0.1
5.0.0
4.1.0
4.0.0
4.0.0-rc.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
@wora Relay Store
github.com/morrys/wora
morrys/wora
@wora/relay-store
/
test
/
utils.d.ts
4 lines
•
267 B
TypeScript
View Raw
1
2
3
4
export
declare
function
createPersistedRecordSource
(
clientState
?: {}
):
any
;
export
declare
function
createPersistedStore
(
clientState
?: {}
):
any
;
export
declare
function
createPersistedStorage
(
prefix
:
any
,
clientState
?: {}
):
any
;
//# sourceMappingURL=utils.d.ts.map