ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.findIndexProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const findindex_js_1 = require("../../iterable/findindex.js");
/**
* @ignore
*/
function findIndexProto(options) {
return (0, findindex_js_1.findIndex)(this, options);
}
exports.findIndexProto = findIndexProto;
iterablex_js_1.IterableX.prototype.findIndex = findIndexProto;
//# sourceMappingURL=findindex.js.map