UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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