UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8+ and Hooks

9 lines 304 B
"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