UNPKG
mobx-react-lite
Version:
alpha (4.0.7-alpha)
beta (3.0.0-beta.1)
experimental (4.0.4-x1)
latest (4.1.0)
next (2.0.0-alpha.5)
4.1.0
4.0.7
4.0.7-alpha
4.0.6
4.0.5
4.0.4
4.0.4-x1
4.0.3
4.0.2
4.0.1
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-beta.1
3.0.0-beta.0
2.2.2
2.2.1
2.2.0
2.2.0-beta.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-test.1
2.0.0-test.0
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.1-0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Lightweight React bindings for MobX based on React 16.8+ and Hooks
mobx.js.org
mobxjs/mobx
mobx-react-lite
/
lib
/
utils
/
printDebugValue.js
9 lines
•
304 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
printDebugValue
=
void
0
;
var
mobx_1 =
require
(
"mobx"
);
function
printDebugValue
(
v
) {
return
(
0
, mobx_1.
getDependencyTree
)(v); }
exports
.
printDebugValue
= printDebugValue;
//# sourceMappingURL=printDebugValue.js.map