UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 343 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { findIndex } from '../../asynciterable/findindex'; /** * @ignore */ export function findIndexProto(predicate, thisArg) { return findIndex(this, predicate, thisArg); } AsyncIterableX.prototype.findIndex = findIndexProto; //# sourceMappingURL=findindex.mjs.map