source: trip-planner-front/node_modules/rxjs/_esm5/internal/testing/SubscriptionLog.js@ 571e0df

Last change on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 442 bytes
Line 
1var 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}());
11export { SubscriptionLog };
12//# sourceMappingURL=SubscriptionLog.js.map
Note: See TracBrowser for help on using the repository browser.