UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 289 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { find } from '../../asynciterable/find'; export function findProto(predicate, thisArg) { return find(this, predicate, thisArg); } AsyncIterableX.prototype.find = findProto; //# sourceMappingURL=find.mjs.map