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

8 lines (7 loc) 198 B
/** * Returns if the given function is a model action or not. * * @param fn Function to check. * @returns */ export declare function isModelAction(fn: (...args: any[]) => any): boolean;