UNPKG

mobx-react-lite

Version:

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

5 lines 157 B
import { getDependencyTree } from "mobx"; export function printDebugValue(v) { return getDependencyTree(v); } //# sourceMappingURL=printDebugValue.js.map