UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.elementAtProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const elementat_js_1 = require("../../iterable/elementat.js"); /** * @ignore */ function elementAtProto(index) { return (0, elementat_js_1.elementAt)(this, index); } exports.elementAtProto = elementAtProto; iterablex_js_1.IterableX.prototype.elementAt = elementAtProto; //# sourceMappingURL=elementat.js.map