Opal-Estate-Pro/node_modules/rxjs/_esm5/add/operator/windowCount.js
2019-09-13 09:44:33 +07:00

6 lines
280 B
JavaScript

/** PURE_IMPORTS_START .._.._Observable,.._.._operator_windowCount PURE_IMPORTS_END */
import { Observable } from '../../Observable';
import { windowCount } from '../../operator/windowCount';
Observable.prototype.windowCount = windowCount;
//# sourceMappingURL=windowCount.js.map