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

17 lines (15 loc) 493 B
// make sure snapshotters/reconcilers are imported import "./fromArraySnapshot" import "./fromFrozenSnapshot" import "./fromModelSnapshot" import "./fromPlainObjectSnapshot" import "./reconcileArraySnapshot" import "./reconcileFrozenSnapshot" import "./reconcileModelSnapshot" import "./reconcilePlainObjectSnapshot" export * from "./applySnapshot" export * from "./clone" export * from "./fromSnapshot" export * from "./getSnapshot" export * from "./onSnapshot" export * from "./SnapshotOf"