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

5 lines (4 loc) 75 B
/** * @internal */ export type AnyFunction = (...args: any[]) => any