UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 196 B
import { findIndex as higherOrder } from 'rxjs/operators'; export function findIndex(predicate, thisArg) { return higherOrder(predicate, thisArg)(this); } //# sourceMappingURL=findIndex.js.map