@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 323 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { buffer } from '../../asynciterable/operators/buffer.js';
/**
* @ignore
*/
export function bufferProto(count, skip) {
return buffer(count, skip)(this);
}
AsyncIterableX.prototype.buffer = bufferProto;
//# sourceMappingURL=buffer.js.map