UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 304 B
import { IterableX } from '../../iterable/iterablex'; import { findIndex } from '../../iterable/findindex'; /** * @ignore */ export function findIndexProto(fn, thisArg) { return findIndex(this, fn, thisArg); } IterableX.prototype.findIndex = findIndexProto; //# sourceMappingURL=findindex.mjs.map