@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 301 B
JavaScript
import { IterableX } from '../../iterable/iterablex.js';
import { findIndex } from '../../iterable/findindex.js';
/**
* @ignore
*/
export function findIndexProto(options) {
return findIndex(this, options);
}
IterableX.prototype.findIndex = findIndexProto;
//# sourceMappingURL=findindex.js.map