UNPKG

lml-main

Version:

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

5 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ts_utils_1 = require("@lml/ts-utils"); exports.getStopWindow = (stop) => `${ts_utils_1.formatTime(stop.stopTime.earliestTime)} - ${ts_utils_1.formatTime(stop.stopTime.latestTime)}`; //# sourceMappingURL=stop.js.map