UNPKG

lml-main

Version:

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

7 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const redux_observable_1 = require("redux-observable"); const job_label_1 = require("./job-label"); const job_label_notifications_1 = require("./job-label-notifications"); exports.jobLabelEpic = redux_observable_1.combineEpics(job_label_1.fetchJobLabelsEpic, job_label_notifications_1.jobLabelNotifications); //# sourceMappingURL=index.js.map