@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.findIndexProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const findindex_js_1 = require("../../asynciterable/findindex.js");
/**
* @ignore
*/
function findIndexProto(options) {
return (0, findindex_js_1.findIndex)(this, options);
}
exports.findIndexProto = findIndexProto;
asynciterablex_js_1.AsyncIterableX.prototype.findIndex = findIndexProto;
//# sourceMappingURL=findindex.js.map