UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 545 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.includesProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const includes_js_1 = require("../../asynciterable/includes.js"); /** * @ignore */ function includesProto(searchElement, fromIndex) { return (0, includes_js_1.includes)(this, searchElement, fromIndex); } exports.includesProto = includesProto; asynciterablex_js_1.AsyncIterableX.prototype.includes = includesProto; //# sourceMappingURL=includes.js.map