UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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