UNPKG

mobx

Version:

Simple, scalable state management.

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