ix
Version:
The Interactive Extensions for JavaScript
15 lines (13 loc) • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const findindex_1 = require("../../asynciterable/findindex");
/**
* @ignore
*/
function findIndexProto(predicate, thisArg) {
return findindex_1.findIndex(this, predicate, thisArg);
}
exports.findIndexProto = findIndexProto;
asynciterablex_1.AsyncIterableX.prototype.findIndex = findIndexProto;
//# sourceMappingURL=findindex.js.map