UNPKG
mobx-persist-sync
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
create and persist mobx stores
github.com/pinqy520/mobx-persist
pinqy520/mobx-persist
mobx-persist-sync
/
lib
/
persist-object.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
function
persistObject
(
target
:
any
,
schema
:
any
):
any
;