| 123456 |
- 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
|