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

11 lines (10 loc) 193 B
/** * @internal */ // biome-ignore lint/style/useEnumInitializers: that's ok, it is not serialized export enum SnapshotterAndReconcilerPriority { Array, Frozen, Model, PlainObject, }