lml-main
Version:
This is now a mono repository published into many standalone packages.
10 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var root_1 = require("../../root");
exports.getLocationByObjectId = function (state, refId) {
return root_1.getApiState(state).locations.byId[refId] || null;
};
exports.getLastLocationUpdate = function (state) {
return root_1.getApiState(state).locations.lastLocationsUpdate;
};
//# sourceMappingURL=data.js.map