UNPKG

mobx-keystone

Version:

A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more

3 lines (2 loc) 199 B
export declare function setIfDifferent(target: any, key: PropertyKey, value: unknown): void; export declare function setIfDifferentWithReturn(target: any, key: PropertyKey, value: unknown): boolean;