UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

6 lines 285 B
import { windowCount as higherOrder } from 'rxjs/operators'; export function windowCount(windowSize, startWindowEvery) { if (startWindowEvery === void 0) { startWindowEvery = 0; } return higherOrder(windowSize, startWindowEvery)(this); } //# sourceMappingURL=windowCount.js.map