mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
320 B
TypeScript
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;
|