UNPKG

lml-main

Version:

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

11 lines 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const redux_observable_1 = require("redux-observable"); const get_frequencies_1 = require("./get-frequencies"); const post_frequency_auto_allocation_1 = require("./post-frequency-auto-allocation"); const set_selected_frequency_type_1 = require("./set-selected-frequency-type"); const post_batch_frequency_auto_allocation_1 = require("./post-batch-frequency-auto-allocation"); exports.frequencyEpics = redux_observable_1.combineEpics(get_frequencies_1.getFrequencyEpics, // postAutoAllocationGlobalEpics, post_frequency_auto_allocation_1.postFrequencyAutoAllocationEpics, post_batch_frequency_auto_allocation_1.postBatchFrequencyAutoAllocationEpics, set_selected_frequency_type_1.setSelectedFrequencyType); //# sourceMappingURL=index.js.map