UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bufferProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const buffer_js_1 = require("../../asynciterable/operators/buffer.js"); /** * @ignore */ function bufferProto(count, skip) { return (0, buffer_js_1.buffer)(count, skip)(this); } exports.bufferProto = bufferProto; asynciterablex_js_1.AsyncIterableX.prototype.buffer = bufferProto; //# sourceMappingURL=buffer.js.map