UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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