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.
 
 
 
 

11 lines
436 B

  1. "use strict";
  2. var SubscriptionLog = (function () {
  3. function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
  4. if (unsubscribedFrame === void 0) { unsubscribedFrame = Number.POSITIVE_INFINITY; }
  5. this.subscribedFrame = subscribedFrame;
  6. this.unsubscribedFrame = unsubscribedFrame;
  7. }
  8. return SubscriptionLog;
  9. }());
  10. exports.SubscriptionLog = SubscriptionLog;
  11. //# sourceMappingURL=SubscriptionLog.js.map