UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.firstProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const first_js_1 = require("../../iterable/first.js"); /** * @ignore */ function firstProto(options) { return (0, first_js_1.first)(this, options); } exports.firstProto = firstProto; iterablex_js_1.IterableX.prototype.first = firstProto; //# sourceMappingURL=first.js.map