UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

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