UNPKG

lml-main

Version:

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

12 lines 969 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const redux_observable_1 = require("redux-observable"); const courier_filter_epics_1 = require("./courier-filter-epics"); const patch_courier_label_1 = require("./patch-courier-label"); const poll_courier_status_1 = require("./poll-courier-status"); const post_courier_action_1 = require("./post-courier-action"); const post_allocation_1 = require("./post-allocation"); const reload_couriers_1 = require("./reload-couriers"); const reload_courier_locations_1 = require("./reload-courier-locations"); exports.courierEpics = redux_observable_1.combineEpics(courier_filter_epics_1.courierFilterEpics, reload_courier_locations_1.courierLocationEpics, patch_courier_label_1.patchCourierLabelEpics, post_allocation_1.postAllocationEpics, poll_courier_status_1.pollCourierStatus, post_courier_action_1.postCourierActionEpics, reload_couriers_1.reloadCouriersEpics); //# sourceMappingURL=index.js.map