UNPKG

lml-main

Version:

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

9 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTrackingCollectionStop = function (trackingJob) { return trackingJob.stops.find(function (s) { return s.stopType === 'collection'; }) || null; }; exports.getTrackingDeliveryStop = function (trackingJob) { return trackingJob.stops.find(function (s) { return s.stopType === 'delivery'; }) || null; }; //# sourceMappingURL=tracking.js.map