UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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