NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/rxjs/_esm2015/internal/testing/SubscriptionLog.js
2023-09-14 14:47:11 +08:00

7 lines
263 B
Java

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