UNPKG
mobx-persist
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
create and persist mobx stores
github.com/pinqy520/mobx-persist
pinqy520/mobx-persist
mobx-persist
/
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
;