UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

6 lines 288 B
import { bufferCount as higherOrder } from 'rxjs/operators'; export function bufferCount(bufferSize, startBufferEvery) { if (startBufferEvery === void 0) { startBufferEvery = null; } return higherOrder(bufferSize, startBufferEvery)(this); } //# sourceMappingURL=bufferCount.js.map