mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
11
node_modules/rxjs/_esm5/testing/SubscriptionLog.js
generated
vendored
Normal file
11
node_modules/rxjs/_esm5/testing/SubscriptionLog.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user