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
/
types.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
Types
=
'object'
|
'list'
|
'map'
;
export
declare
const
types
: { [
key
:
string
]: (
(
s
?:
any
) =>
any
); };