UNPKG

lml-main

Version:

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

6 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const redux_observable_1 = require("redux-observable"); const return_to_depot_1 = require("./return-to-depot"); exports.bookingEpics = redux_observable_1.combineEpics(return_to_depot_1.returnToDepotEpics); //# sourceMappingURL=index.js.map