work.suroh.tk/node_modules/rxjs/add/operator/windowCount.js

5 lines
235 B
JavaScript
Raw Normal View History

2019-12-02 12:22:45 +00:00
"use strict";
var Observable_1 = require('../../Observable');
var windowCount_1 = require('../../operator/windowCount');
Observable_1.Observable.prototype.windowCount = windowCount_1.windowCount;
//# sourceMappingURL=windowCount.js.map