UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const take_1 = require("../../asynciterable/take"); /** * @ignore */ function takeProto(count) { return take_1.take(this, count); } exports.takeProto = takeProto; asynciterablex_1.AsyncIterableX.prototype.take = takeProto; //# sourceMappingURL=take.js.map