@acutmore/rxjs
Version:
Reactive Extensions for modern JavaScript
9 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Observable_1 = require("../../internal/Observable");
var window_1 = require("../../internal/patching/operator/window");
var windowWhen_1 = require("../../internal/patching/operator/windowWhen");
// v4-backwards-compatibility
Observable_1.Observable.prototype.window = windowWhen_1.windowWhen;
Observable_1.Observable.prototype.windowV5 = window_1.window;
//# sourceMappingURL=window.js.map