UNPKG

lml-main

Version:

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

7 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var data_1 = require("./data"); exports.getBookingStatus = function (state, id) { return data_1.getBookingState(state).byStatus[id] || null; }; //# sourceMappingURL=status.js.map