UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 264 B
import { IterableX } from '../../iterable/iterablex'; import { find } from '../../iterable/find'; export function findProto(predicate, thisArg) { return find(this, predicate, thisArg); } IterableX.prototype.find = findProto; //# sourceMappingURL=find.mjs.map