UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines 574 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_observable_1 = require("redux-observable"); var post_allocation_1 = require("./post-allocation"); var post_auto_allocation_global_1 = require("./post-auto-allocation-global"); var post_allocation_group_1 = require("./post-allocation-group"); exports.allocationApiEpics = redux_observable_1.combineEpics(post_allocation_1.postAllocationEpics, post_allocation_group_1.postAllocationGroupEpics, post_auto_allocation_global_1.postAutoAllocationGlobalEpics); //# sourceMappingURL=index.js.map