UNPKG

lml-main

Version:

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

11 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var moment = require("moment"); exports.mockStopTime = function (hoursToAdd) { if (hoursToAdd === void 0) { hoursToAdd = 1; } return ({ earliestTime: moment().add(hoursToAdd, 'hour').toISOString(), latestTime: moment().add(hoursToAdd + 1, 'hour').toISOString(), }); }; //# sourceMappingURL=stop-time.js.map