lunaisadev-website-old/node_modules/rxjs/_esm5/testing/SubscriptionLog.js
2021-07-27 18:40:12 -07:00

11 lines
435 B
JavaScript

export var SubscriptionLog = /*@__PURE__*/ (/*@__PURE__*/ function () {
function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
if (unsubscribedFrame === void 0) {
unsubscribedFrame = Number.POSITIVE_INFINITY;
}
this.subscribedFrame = subscribedFrame;
this.unsubscribedFrame = unsubscribedFrame;
}
return SubscriptionLog;
}());
//# sourceMappingURL=SubscriptionLog.js.map