Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SubscriptionLog.js 442B

123456789101112
  1. var SubscriptionLog = /*@__PURE__*/ (function () {
  2. function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
  3. if (unsubscribedFrame === void 0) {
  4. unsubscribedFrame = Number.POSITIVE_INFINITY;
  5. }
  6. this.subscribedFrame = subscribedFrame;
  7. this.unsubscribedFrame = unsubscribedFrame;
  8. }
  9. return SubscriptionLog;
  10. }());
  11. export { SubscriptionLog };
  12. //# sourceMappingURL=SubscriptionLog.js.map