UNPKG

mobx

Version:

Simple, scalable state management.

7 lines (6 loc) 326 B
import { Lambda } from "../internal"; export declare function isSpyEnabled(): boolean; export declare function spyReport(event: any): void; export declare function spyReportStart(event: any): void; export declare function spyReportEnd(change?: any): void; export declare function spy(listener: (change: any) => void): Lambda;