UNPKG

mobx-keystone-mindreframer

Version:

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

6 lines (5 loc) 264 B
import type { ParentPath } from "../parent/path"; /** * @ignore */ export declare function tweakPlainObject<T>(value: T, parentPath: ParentPath<any> | undefined, snapshotModelType: string | undefined, doNotTweakChildren: boolean, isDataObject: boolean): T;