UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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