projecte_ionic/node_modules/rxjs/_esm2015/internal/testing/SubscriptionLog.js
2022-02-09 18:30:03 +01:00

7 lines
No EOL
263 B
JavaScript
Executable file

export class SubscriptionLog {
constructor(subscribedFrame, unsubscribedFrame = Number.POSITIVE_INFINITY) {
this.subscribedFrame = subscribedFrame;
this.unsubscribedFrame = unsubscribedFrame;
}
}
//# sourceMappingURL=SubscriptionLog.js.map