UNPKG

mobx

Version:

Simple, scalable state management.

4 lines (3 loc) 213 B
export declare function _isComputed(value: any, property?: string): boolean; export declare function isComputed(value: any): boolean; export declare function isComputedProp(value: any, propName: string): boolean;