UNPKG

mst-effect

Version:

Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.

6 lines (5 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EFFECT_ACTIONS_HANDLER = exports.EFFECT_ACTION_IDENTITY = void 0; exports.EFFECT_ACTION_IDENTITY = 'MST_EFFECT_ACTION_IDENTITY'; exports.EFFECT_ACTIONS_HANDLER = 'MST_EFFECT_ACTIONS_HANDLER';