github-pages-deploy-action/node_modules/rxjs/_esm2015/internal/testing/SubscriptionLog.js
2020-03-06 22:45:40 -05:00

7 lines
263 B
JavaScript

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