// Type definitions for mobx-devtools-mst 0.9 // Project: https://mobxjs.github.io/mobx // Definitions by: Alan Plum // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 declare function makeInspectable(state: object): void; export = makeInspectable;