UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

6 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Observable_1 = require("../../internal/Observable"); var windowCount_1 = require("../../internal/patching/operator/windowCount"); Observable_1.Observable.prototype.windowCount = windowCount_1.windowCount; //# sourceMappingURL=windowCount.js.map