DefinitelyTyped/types/mobx-devtools-mst/index.d.ts
2018-05-04 13:50:15 -07:00

9 lines
320 B
TypeScript

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