UNPKG

lml-main

Version:

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

10 lines 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var redux_rx_http_1 = require("redux-rx-http"); var FETCH_TIMESLOTS = redux_rx_http_1.createRxHttpActionTypes('FETCH_TIMESLOTS'); exports.fetchTimeslots = function (args) { if (args === void 0) { args = {}; } return redux_rx_http_1.rxHttpGet('/v1/chronos', FETCH_TIMESLOTS, {}, tslib_1.__assign({}, args)); }; //# sourceMappingURL=chronos.js.map