UNPKG

mobx-bonsai

Version:

A fast lightweight alternative to MobX-State-Tree + Y.js two-way binding

9 lines (8 loc) 272 B
/** * Checks if we're currently inside a MobX action/batch/transaction. * Uses MobX's global state to check the inBatch counter. * * @internal * @returns true if inside any MobX action, batch, or transaction */ export declare function isInsideMobxAction(): boolean;