mst-effect
Version:
Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
10 lines (9 loc) • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NOOP = exports.action = void 0;
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./effect"), exports);
(0, tslib_1.__exportStar)(require("./doll-effect"), exports);
var action_1 = require("./action");
Object.defineProperty(exports, "action", { enumerable: true, get: function () { return action_1.action; } });
Object.defineProperty(exports, "NOOP", { enumerable: true, get: function () { return action_1.NOOP; } });