movex-core-util
Version:
Movex Core Util is the library of utilities for Movex
15 lines • 643 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.localMasterContextQuery = exports.masterContextQuery = exports.MovexMasterContextMap = void 0;
var MovexMasterContextMap;
(function (MovexMasterContextMap) {
MovexMasterContextMap["requestAt"] = "$rqstAt$";
// Can add more such as "lag"
})(MovexMasterContextMap = exports.MovexMasterContextMap || (exports.MovexMasterContextMap = {}));
exports.masterContextQuery = {
requestAt: () => MovexMasterContextMap['requestAt'],
};
exports.localMasterContextQuery = {
requestAt: () => new Date().getTime(),
};
//# sourceMappingURL=masterContext.js.map