mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-12-06 17:24:10 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
11
node_modules/rxjs/testing/SubscriptionLog.js
generated
vendored
Normal file
11
node_modules/rxjs/testing/SubscriptionLog.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
var SubscriptionLog = (function () {
|
||||
function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
|
||||
if (unsubscribedFrame === void 0) { unsubscribedFrame = Number.POSITIVE_INFINITY; }
|
||||
this.subscribedFrame = subscribedFrame;
|
||||
this.unsubscribedFrame = unsubscribedFrame;
|
||||
}
|
||||
return SubscriptionLog;
|
||||
}());
|
||||
exports.SubscriptionLog = SubscriptionLog;
|
||||
//# sourceMappingURL=SubscriptionLog.js.map
|
||||
Reference in New Issue
Block a user